Gets the
Paper object with specified name within the collection.
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As String _
) As Paper
'Usage
Dim instance As PaperCollection
Dim index As String
Dim value As Paper
value = instance.Item(index)
Parameters
- index
- A string value which represents the name of the paper to retrieve from within the colleciton.
Property Value
The
Paper object which matches the specified name.