Borders Property (IDatabar)
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 IDatabar
Dim value As IBorders
value = instance.Borders
Property Value
A
IBorders collection that represents the borders.
See Also