Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / Formula Property


In This Topic
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
See Also