GrapeCity.Xaml.Excel
BackgroundColor Property


GrapeCity.Excel.Chart Namespace > PatternFill Class : BackgroundColor Property
Specifies the fill background color.
Syntax
'Declaration
 
Public Property BackgroundColor As IExcelColor
'Usage
 
Dim instance As PatternFill
Dim value As IExcelColor
 
instance.BackgroundColor = value
 
value = instance.BackgroundColor
public IExcelColor BackgroundColor {get; set;}
See Also

Reference

PatternFill Class
PatternFill Members