Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IStyle Interface / Borders Property


In This Topic
    Borders Property (IStyle)
    In This Topic
    Returns a IBorders collection that represents the borders of the style.
    Syntax
    'Declaration
     
    
    ReadOnly Property Borders As IBorders
    'Usage
     
    
    Dim instance As IStyle
    Dim value As IBorders
     
    value = instance.Borders
    IBorders Borders {get;}

    Property Value

    The border collection of the style.
    See Also