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


In This Topic
    IsCellEditing Property
    In This Topic
    Gets a value that indicates whether there is a cell in edit mode.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsCellEditing As Boolean
    'Usage
     
    Dim instance As SheetView
    Dim value As Boolean
     
    value = instance.IsCellEditing
    public bool IsCellEditing {get;}
    See Also