IsEditingFormula Property
In This Topic
Gets or sets a boolean value indicating whether the shape is in editing formula.
Syntax
'Declaration
Public Property IsEditingFormula As Boolean
'Usage
Dim instance As Shape
Dim value As Boolean
instance.IsEditingFormula = value
value = instance.IsEditingFormula
public bool IsEditingFormula {get; set;}
See Also