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


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