ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLPatternFormatting Class / BackColor Property

In This Topic
    BackColor Property (XLPatternFormatting)
    In This Topic
    Gets or sets fill background color for this formating.
    Syntax
    'Declaration
     
    Public Property BackColor As System.Drawing.Color
    public System.Drawing.Color BackColor {get; set;}
    See Also