[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISlicers.Item

this Property

this[int]

Gets the ISlicer with the specified index.

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

the index.

this[string]

Gets the ISlicer with the specified name.

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

the name.