[]
Gets the ISlicer object from a collection.
ISlicer this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ISlicer
Type | Name | Description |
---|---|---|
int | index | The index number of the ISlicer object. |
Type | Description |
---|---|
ISlicer | The ISlicer object from a collection. |
Gets the GrapeCity.Spreadsheet.Slicers.Slicer object from a collection.
ISlicer this[string name] { get; }
ReadOnly Default Property Item(name As String) As ISlicer
Type | Name | Description |
---|---|---|
string | name | The name of the ISlicer object. |
Type | Description |
---|---|
ISlicer | The GrapeCity.Spreadsheet.Slicers.Slicer object from a collection. |