RowsChangedEventArgs Constructors
Provides data for the SpreadsheetControl.RowsInserted and the SpreadsheetControl.RowsRemoved events.Name | Parameters | Description |
---|---|---|
RowsChangedEventArgs(String, Int32, Int32) | sheetName, startIndex, count | Initializes a new instance of the RowsChangedEventArgs class with the specified settings. |
See Also