Spread Silverlight Documentation
PatternColor Property (IExtendedFormat)


GrapeCity.Excel Namespace > IExtendedFormat Interface : PatternColor Property
Gets or sets the color of the pattern.
Syntax
'Declaration
 
Property PatternColor As IExcelColor
'Usage
 
Dim instance As IExtendedFormat
Dim value As IExcelColor
 
instance.PatternColor = value
 
value = instance.PatternColor
IExcelColor PatternColor {get; set;}

Property Value

The color of the pattern.
See Also

Reference

IExtendedFormat Interface
IExtendedFormat Members