Gets a boolean value indicating whether the
GcSpreadSheet is processing an UI action.
public bool IsProcessing {get;}
'Declaration
Public ReadOnly Property IsProcessing As Boolean
'Usage
Dim instance As GcSpreadSheet
Dim value As Boolean
value = instance.IsProcessing
Property Value
true
if the
GcSpreadSheet is processing an UI action; otherwise,
false
.