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