Spread Windows Forms 12.0 Product Documentation
Borders Property (IFormatCondition)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFormatCondition Interface : Borders Property
Returns a IBorders collection that represents the borders of a style or a range of cells (including a range defined as part of a conditional format).
Syntax
'Declaration
 
ReadOnly Property Borders As IBorders
'Usage
 
Dim instance As IFormatCondition
Dim value As IBorders
 
value = instance.Borders
IBorders Borders {get;}

Property Value

A IBorders collection that represents the borders.
See Also

Reference

IFormatCondition Interface
IFormatCondition Members