In This Topic
Gets or sets the shape formula.
Syntax
'Declaration
Public Overridable Property Formula As String
'Usage
Dim instance As Shape
Dim value As String
instance.Formula = value
value = instance.Formula
public virtual string Formula {get; set;}
See Also