Borders Property (IStyle)
In This Topic
Returns a Borders 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 IStyle
Dim value As IBorders
value = instance.Borders
Property Value
The borders.
See Also