Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatCondition Interface / Borders Property


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

Property Value

A IBorders collection that represents the borders.
See Also