Gets the
Slicer object from a collection.
'Declaration
Overloads ReadOnly Property Item( _
ByVal As String _
) As ISlicer
'Usage
Dim instance As ISlicers
Dim name As String
Dim value As ISlicer
value = instance.Item(name)
Parameters
- name
- The name of the ISlicer object.
Property Value
The
Slicer object from a collection.