GrapeCity.Windows.SpreadSheet.Data Namespace > Worksheet Class : RowChanged Event |
'Declaration Public Event RowChanged As System.EventHandler(Of SheetChangedEventArgs)
'Usage Dim instance As Worksheet Dim handler As System.EventHandler(Of SheetChangedEventArgs) AddHandler instance.RowChanged, handler
public event System.EventHandler<SheetChangedEventArgs> RowChanged
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, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6