Borders Property (IStyle)
In This Topic
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
Property Value
The border collection of the style.
See Also