Spread WPF 17
GrapeCity.Excel Namespace / ExtendedFormat Class / PatternBackgroundColor Property


In This Topic
    PatternBackgroundColor Property (ExtendedFormat)
    In This Topic
    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