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


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