IsSupportedFormula Method (Shape)
In This Topic
Gets a boolean value indicates whether the shape support formula.
Syntax
'Declaration
Public Overridable Function IsSupportedFormula() As Boolean
'Usage
Dim instance As Shape
Dim value As Boolean
value = instance.IsSupportedFormula()
public virtual bool IsSupportedFormula()
See Also