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