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


In This Topic
    Middle Property (IExcelColorScaleRule)
    In This Topic
    The values of the middle of the interpolation points in a gradient scale.
    Syntax
    'Declaration
     
    Property Middle As IExcelConditionalFormatValueObject
    'Usage
     
    Dim instance As IExcelColorScaleRule
    Dim value As IExcelConditionalFormatValueObject
     
    instance.Middle = value
     
    value = instance.Middle

    Property Value

    The values of the middle of the interpolation points in a gradient scale.
    See Also