Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / MultiValuesFilter Class / GetDateGroupItem Method
An integer value indicates the index of item.


In This Topic
    GetDateGroupItem Method
    In This Topic
    Gets the date group item at the specified index.
    Syntax
    'Declaration
     
    
    Public Function GetDateGroupItem( _
       ByVal index As Integer _
    ) As DateGroupItem
    'Usage
     
    
    Dim instance As MultiValuesFilter
    Dim index As Integer
    Dim value As DateGroupItem
     
    value = instance.GetDateGroupItem(index)
    public DateGroupItem GetDateGroupItem( 
       int index
    )

    Parameters

    index
    An integer value indicates the index of item.

    Return Value

    A DateGroupItem value represents the value of date group item.
    See Also