SpreadsheetCellValidatingEventArgs Constructors
Provides data for the SpreadsheetControl.CellEndEdit event.Name | Parameters | Description |
---|---|---|
SpreadsheetCellValidatingEventArgs(Worksheet, Int32, Int32, String) | sheet, columnIndex, rowIndex, editorText | Initializes a new instance of the SpreadsheetCellValidatingEventArgs class with the specified settings. |
See Also