Formula Property (IShape)
In This Topic
Gets or sets the shape formula.
Syntax
'Declaration
Property Formula As String
'Usage
Dim instance As IShape
Dim value As String
instance.Formula = value
value = instance.Formula
string Formula {get; set;}
See Also