[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Slicers.ISlicerItems.Item

this Property

this[int]

Gets the ISlicerItem object from a collection.

Declaration
ISlicerItem this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ISlicerItem
Parameters
Type Name Description
int index

The index number of the ISlicerItem object.

Property Value
Type Description
ISlicerItem

The ISlicerItem object from a collection.

this[string]

Gets the ISlicerItem object from a collection.

Declaration
ISlicerItem this[string name] { get; }
ReadOnly Default Property Item(name As String) As ISlicerItem
Parameters
Type Name Description
string name

The name of the ISlicerItem object.

Property Value
Type Description
ISlicerItem

The ISlicerItem object from a collection.