[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Slicers.ISlicers.Item

this Property

this[int]

Gets the ISlicer object from a collection.

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

The index number of the ISlicer object.

Property Value
Type Description
ISlicer

The ISlicer object from a collection.

this[string]

Gets the GrapeCity.Spreadsheet.Slicers.Slicer object from a collection.

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

The name of the ISlicer object.

Property Value
Type Description
ISlicer

The GrapeCity.Spreadsheet.Slicers.Slicer object from a collection.