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


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

    Property Value

    The color of the pattern.
    See Also