Spread Windows Forms 12.0 Product Documentation
Color Property (IInterior)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IInterior Interface : Color Property
Gets or sets the primary color of the object, as shown in the table in the remarks section.
Syntax
'Declaration
 
Property Color As Color
'Usage
 
Dim instance As IInterior
Dim value As Color
 
instance.Color = value
 
value = instance.Color
Color Color {get; set;}

Property Value

A Color value represents the primary color of the object.
Remarks
The returned value is the stored value from the internal storage. For indexed color, it'll be different with ColorIndex.
See Also

Reference

IInterior Interface
IInterior Members