SpreadsheetCustomCellEditEventArgs Constructors
Provides data for the SpreadsheetControl.CustomCellEdit event.| Name | Parameters | Description |
|---|---|---|
| SpreadsheetCustomCellEditEventArgs(InnerSpreadsheetControl, Worksheet, Int32, Int32, ValueObject, BaseEditSettings) | innerControl, sheet, columnIndex, rowIndex, valueObject, editSettings | Initializes a new instance of the SpreadsheetCustomCellEditEventArgs class with the specified settings. |
See Also