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