GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / IsFormulaSelecting Property


In This Topic
IsFormulaSelecting Property
In This Topic
Gets a boolean value indicating whether the formula is selecting.
Syntax
'Declaration
 
Public ReadOnly Property IsFormulaSelecting As Boolean
 
'Usage
 
Dim instance As GcSpreadSheet
Dim value As Boolean
 
value = instance.IsFormulaSelecting
See Also