[]
Gets the ISlicerItem with the specified index.
ISlicerItem this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ISlicerItem
| Type | Name | Description |
|---|---|---|
| int | index | the index. |
Gets the ISlicerItem with the specified name.
ISlicerItem this[string name] { get; }
ReadOnly Default Property Item(name As String) As ISlicerItem
| Type | Name | Description |
|---|---|---|
| string | name | the name. |