Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DisplayFormat Class / Borders Property


In This Topic
    Borders Property (DisplayFormat)
    In This Topic
    Returns a IBorders object that represents the borders of the associated IRange object as it is displayed in the current user interface.
    Syntax
    'Declaration
     
    Public ReadOnly Property Borders As IBorders
    'Usage
     
    Dim instance As DisplayFormat
    Dim value As IBorders
     
    value = instance.Borders
    public IBorders Borders {get;}

    Property Value

    The borders of the associated IRange object.
    See Also