Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IBorder Interface / Color Property


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

Property Value

The color.
See Also