CellEditorOpenedEventArgs Properties
Provides data for the SpreadsheetControl.CellEditorOpened event.| Name | Description |
|---|---|
| CustomEditorType | Returns the type of the custom cell editor. |
| Editor | Returns the active cell editor. |
| IsCustom | Indicates whether the active cell editor is custom. |
See Also