[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISlicerItems.Item

this Property

this[int]

Gets the ISlicerItem with the specified index.

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

the index.

this[string]

Gets the ISlicerItem with the specified name.

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

the name.