GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Borders Property


In This Topic
Borders Property (IRange)
In This Topic
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

Property Value

The borders of the specified object.
See Also