Spread Windows Forms 12.0 Product Documentation
Borders Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Borders Property
Gets the IBorders object that represents the borders of the specified object.
Syntax
'Declaration
 
ReadOnly Property Borders As IBorders
'Usage
 
Dim instance As IRange
Dim value As IBorders
 
value = instance.Borders
IBorders Borders {get;}

Property Value

The borders of the specified object.
See Also

Reference

IRange Interface
IRange Members