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


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

    Return Value

    The minimum value of the group.
    See Also