Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / IsFormulaSupported Method


In This Topic
IsFormulaSupported Method
In This Topic
Gets a value indicating whether the shape support formula.
Syntax
'Declaration
 
Public Function IsFormulaSupported() As Boolean
 
'Usage
 
Dim instance As Shape
Dim value As Boolean
 
value = instance.IsFormulaSupported()

Return Value

true if the shape support formula otherwise, false.
See Also