Spread WPF 17
GrapeCity.Excel Namespace / ExcelColorScaleRule Class / HasMiddleNode Property


In This Topic
    HasMiddleNode Property (ExcelColorScaleRule)
    In This Topic
    Flag indicate whether it's a three points gradient scale or two point gradient scale.
    Syntax
    'Declaration
     
    Public Property HasMiddleNode As Boolean
    'Usage
     
    Dim instance As ExcelColorScaleRule
    Dim value As Boolean
     
    instance.HasMiddleNode = value
     
    value = instance.HasMiddleNode
    public bool HasMiddleNode {get; set;}

    Property Value

    true if this it's a three points gradient scale; otherwise, false.
    See Also