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