ColumnsChangingEventArgs Properties
Provides data for the SpreadsheetControl.ColumnsInserting and SpreadsheetControl.ColumnsRemoving events.
Name | Description |
---|---|
Cancel |
Gets or sets a value indicating whether the event should be canceled.
Inherited from Cancel |
Count |
Gets the number of rows/columns that will be inserted or removed.
Inherited from Rows |
Start |
Gets the index of the first row/column after which rows/columns will be inserted or removed.
Inherited from Rows |
See Also