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