[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISlicerCaches.Item

this Property

this[int]

Gets the ISlicerCache with the specified index.

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

the index.

this[string]

Gets the ISlicerCache with the specified name.

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

the name.