Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ConnectionShape Class / IsSupportedFormula Method


In This Topic
    IsSupportedFormula Method (ConnectionShape)
    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 ConnectionShape
    Dim value As Boolean
     
    value = instance.IsSupportedFormula()
    public override bool IsSupportedFormula()
    See Also