[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Slicers.ISlicerCaches.Item

this Property

this[int]

Gets the ISlicerCache object from a collection.

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

The index number of the ISlicerCache object.

Property Value
Type Description
ISlicerCache

The ISlicerCache object from a collection.

this[string]

Gets the ISlicerCache object 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 of the ISlicerCache object.

Property Value
Type Description
ISlicerCache

The ISlicerCache object from a collection.