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


In This Topic
Color Property (IColorFormat)
In This Topic
Gets or sets the scheme color.
Syntax
'Declaration
 
Property Color As SchemeColor
 
'Usage
 
Dim instance As IColorFormat
Dim value As SchemeColor
 
instance.Color = value
 
value = instance.Color

Property Value

The sheme color.
See Also