Spread Windows Forms 12.0 Product Documentation
Borders Property (IStyle)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IStyle Interface : Borders Property
Returns a IBorders collection that represents the borders of the style.
Syntax
'Declaration
 
ReadOnly Property Borders As IBorders
'Usage
 
Dim instance As IStyle
Dim value As IBorders
 
value = instance.Borders
IBorders Borders {get;}

Property Value

The border collection of the style.
See Also

Reference

IStyle Interface
IStyle Members