Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SparklineSetting Class / GetGroupMaxValue Method


In This Topic
    GetGroupMaxValue Method
    In This Topic
    Gets the maximum value of the group.
    Syntax
    'Declaration
     
    Public Function GetGroupMaxValue() As Double
    'Usage
     
    Dim instance As SparklineSetting
    Dim value As Double
     
    value = instance.GetGroupMaxValue()
    public double GetGroupMaxValue()

    Return Value

    The maximum value of the group.
    See Also