Color Property (IBorders)
In This Topic
Gets or sets the primary color of the object.
Syntax
'Declaration
Property Color As Color
'Usage
Dim instance As IBorders
Dim value As Color
instance.Color = value
value = instance.Color
Property Value
The color.
See Also