Spread Silverlight Documentation
PatternColor Property (ExtendedFormat)


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

Property Value

The color of the pattern.
See Also

Reference

ExtendedFormat Class
ExtendedFormat Members