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


In This Topic
    Borders Property (ITableStyleElement)
    In This Topic
    Gets an IBorders object that represents the borders of a table style element.
    Syntax
    'Declaration
     
    
    ReadOnly Property Borders As IBorders
    'Usage
     
    
    Dim instance As ITableStyleElement
    Dim value As IBorders
     
    value = instance.Borders
    IBorders Borders {get;}

    Property Value

    The borders.
    See Also