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


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