Spread Windows Forms 17
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()
    public bool IsFormulaSupported()
    See Also