IsFormulaSupported Method
In This Topic
Gets a value indicating whether the shape support formula.
Syntax
'Declaration
Public Function IsFormulaSupported() As Boolean
'Usage
Dim instance As Shape
Dim value As Boolean
value = instance.IsFormulaSupported()
public bool IsFormulaSupported()
Return Value
true
if the shape support formula otherwise, false
.
See Also