Spread WinForms 15
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)

Parameters

index
An integer value indicates the index of item.

Return Value

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