Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DisplayFormat Class / Borders Property


In This Topic
    Borders Property (DisplayFormat)
    In This Topic
    Gets a IBorders object that represents the borders of the associated DisplayFormat 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 DisplayFormat object.
    See Also