Spread Windows Forms 12.0 Product Documentation
Borders Property (DisplayFormat)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DisplayFormat Class : Borders Property
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

Reference

DisplayFormat Class
DisplayFormat Members