Spread Windows Forms 12.0 Product Documentation
PatternColor Property (IInterior)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IInterior Interface : PatternColor Property
Gets or sets the color of the interior pattern.
Syntax
'Declaration
 
Property PatternColor As Color
'Usage
 
Dim instance As IInterior
Dim value As Color
 
instance.PatternColor = value
 
value = instance.PatternColor
Color PatternColor {get; set;}

Property Value

A Color value represents the color of the interior pattern.
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