Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerCaches Class / Item Property / Item(Int32) Property
The index number of the SlicerCache object.


In This Topic
Item(Int32) Property
In This Topic
Gets the SlicerCache object from a collection.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As SlicerCache
 
'Usage
 
Dim instance As SlicerCaches
Dim index As Integer
Dim value As SlicerCache
 
value = instance.Item(index)

Parameters

index
The index number of the SlicerCache object.

Property Value

The SlicerCache object from a collection.
See Also