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