Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / CellEditor Property


In This Topic
    CellEditor Property
    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