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