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