Spread WPF 17
GrapeCity.Excel Namespace / IExtendedFormat Interface / PatternBackgroundColor Property


In This Topic
    PatternBackgroundColor Property (IExtendedFormat)
    In This Topic
    Gets or sets the color of the pattern background.
    Syntax
    'Declaration
     
    Property PatternBackgroundColor As IExcelColor
    'Usage
     
    Dim instance As IExtendedFormat
    Dim value As IExcelColor
     
    instance.PatternBackgroundColor = value
     
    value = instance.PatternBackgroundColor
    IExcelColor PatternBackgroundColor {get; set;}

    Property Value

    The color of the pattern background.
    See Also