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


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