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


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