Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / IsSupportedFormula Method


In This Topic
IsSupportedFormula Method (CellNote)
In This Topic
Gets a boolean value indicates whether the shape support formula.
Syntax
'Declaration
 
Public Overrides NotOverridable Function IsSupportedFormula() As Boolean
 
'Usage
 
Dim instance As CellNote
Dim value As Boolean
 
value = instance.IsSupportedFormula()
See Also