| GrapeCity.Windows.SpreadSheet.Data Namespace > Worksheet Class : ColumnChanged Event | 
'Declaration Public Event ColumnChanged As System.EventHandler(Of SheetChangedEventArgs)
'Usage Dim instance As Worksheet Dim handler As System.EventHandler(Of SheetChangedEventArgs) AddHandler instance.ColumnChanged, handler
public event System.EventHandler<SheetChangedEventArgs> ColumnChanged
The event handler receives an argument of type SheetChangedEventArgs containing data related to this event. The following SheetChangedEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| Column | Gets the column index. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs) | 
| ColumnCount | Gets the number of columns. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs) | 
| PropertyName | Gets the property name. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs) | 
| Row | Gets the row index. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs) | 
| RowCount | Gets the number of rows. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs) | 
| SheetArea | Gets the sheet area of the cell. (Inherited from GrapeCity.Windows.SpreadSheet.Data.CellChangedEventArgs) | 
| Type | Gets the change type for the event. | 
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)