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