Spread Silverlight Documentation
PatternBackgroundColor Property (IExtendedFormat)


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

Property Value

The color of the pattern background.
See Also

Reference

IExtendedFormat Interface
IExtendedFormat Members