'Declaration Public ReadOnly Property IsEditing As Boolean
'Usage Dim instance As GcSpreadSheet Dim value As Boolean value = instance.IsEditing
public bool IsEditing {get;}
Property Value
true
if the GcSpreadSheet is in editing mode; otherwise, false
.