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


In This Topic
    Borders Property (IFormatCondition)
    In This Topic
    Returns a IBorders collection that represents the borders of a style or a range of cells (including a range defined as part of a conditional format).
    Syntax
    'Declaration
     
    
    ReadOnly Property Borders As IBorders
    'Usage
     
    
    Dim instance As IFormatCondition
    Dim value As IBorders
     
    value = instance.Borders
    IBorders Borders {get;}

    Property Value

    A IBorders collection that represents the borders.
    See Also