Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SparklineGroup Class / Count Property


In This Topic
    Count Property (SparklineGroup)
    In This Topic
    Gets the number of elements contained in the group.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As SparklineGroup
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    The number of elements contained in the group.
    See Also