event RemoveColumn (Column as Column)
Fired before deleting a Column.

 TypeDescription 
   Column as Column A Column object that is removing from the Columns collection.  

The RemoveColumn event is invoked when the control is about to remove a column. Use the RemoveColumn event to release any extra data associated to the column. Use the Remove method to remove a specific column from Columns collection. Use the Clear method to clear the columns collection. Use the RemoveItem method to remove an item. Use the RemoveAllItems method to remove all items. Use the CellData property to assign an extra data to a cell. Use the ItemData property to assign an extra data to an item.  Use the Data property to assign an extra data to a column


Send comments on this topic.
© 1999-2008 Exontrol Inc, Software. All rights reserved.