Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ThreeColorScaleRule Class / MaximumType Property


In This Topic
    MaximumType Property (ThreeColorScaleRule)
    In This Topic
    Gets or sets maximum scale type.
    Syntax
    'Declaration
     
    Public Property MaximumType As ScaleValueType
    'Usage
     
    Dim instance As ThreeColorScaleRule
    Dim value As ScaleValueType
     
    instance.MaximumType = value
     
    value = instance.MaximumType
    public ScaleValueType MaximumType {get; set;}
    See Also