Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyleElement Interface / HasFormat Property


In This Topic
    HasFormat Property
    In This Topic
    Gets a value indicating whether this table style element has formatting applied to the specified element.
    Syntax
    'Declaration
     
    
    ReadOnly Property HasFormat As Boolean
    'Usage
     
    
    Dim instance As ITableStyleElement
    Dim value As Boolean
     
    value = instance.HasFormat
    bool HasFormat {get;}

    Property Value

    true if this table style element has formatting applied; otherwise, false.
    See Also