GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFont Interface / Color Property


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

Property Value

The color.
See Also