In This Topic
Gets the cell editor control on the editing viewport.
Syntax
'Declaration
Public ReadOnly Property CellEditor As Control
'Usage
Dim instance As SheetView
Dim value As Control
value = instance.CellEditor
public Control CellEditor {get;}
See Also