ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLStyle Class / PatternColor Property

In This Topic
    PatternColor Property
    In This Topic
    Gets or sets the color of the background pattern for this XLStyle.
    Syntax
    'Declaration
     
    Public Property PatternColor As System.Drawing.Color
    public System.Drawing.Color PatternColor {get; set;}
    See Also