RowsColumnsChangingEventArgsBase Properties
Serves as the base for classes which provide data for the events which occur on inserting or removing rows and columns via the SpreadsheetControl‘s UI.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
Count | Gets the number of rows/columns that will be inserted or removed. |
StartIndex | Gets the index of the first row/column after which rows/columns will be inserted or removed. |
See Also