Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataBarRule Class / MinimumValue Property


In This Topic
    MinimumValue Property (DataBarRule)
    In This Topic
    Gets or sets the minimum value.
    Syntax
    'Declaration
     
    Public Property MinimumValue As Object
    'Usage
     
    Dim instance As DataBarRule
    Dim value As Object
     
    instance.MinimumValue = value
     
    value = instance.MinimumValue
    public object MinimumValue {get; set;}
    See Also