ColumnsChangedEventArgs Properties
Provides data for the SpreadsheetControl.ColumnsInserted and the SpreadsheetControl.ColumnsRemoved events.| Name | Description |
|---|---|
| Count | Gets the number of columns inserted or removed. |
| StartIndex | Gets the index of the first column after which the columns are inserted or removed. |
See Also