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


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

Parameters

index
The index number of the ISlicerItem object.

Property Value

The ISlicerItem object from a collection.
See Also