Spread Silverlight Documentation
PatternBackgroundColor Property (ExtendedFormat)


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

Property Value

The color of the pattern background.
See Also

Reference

ExtendedFormat Class
ExtendedFormat Members