Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GraphicFrame Class / IsSupportedFormula Method


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