Spread WPF 17
GrapeCity.Excel Namespace / IExcelColorScaleRule Interface / MinimumColor Property


In This Topic
    MinimumColor Property (IExcelColorScaleRule)
    In This Topic
    The color of the minimum of the interpolation points in a gradient scale.
    Syntax
    'Declaration
     
    Property MinimumColor As IExcelColor
    'Usage
     
    Dim instance As IExcelColorScaleRule
    Dim value As IExcelColor
     
    instance.MinimumColor = value
     
    value = instance.MinimumColor
    IExcelColor MinimumColor {get; set;}

    Property Value

    The color of the minimum of the interpolation points in a gradient scale.
    See Also