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