Item Property (StyleCollection)
Gets the
Style object at the specified index in the current collection.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As Style
Parameters
- index
- The index of the element.
Property Value
The element at the specified index.