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


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