Gets the
IStyle object at the specified index.
'Declaration
Overloads ReadOnly Property Item( _
ByVal As Integer _
) As IStyle
'Usage
Dim instance As IStyles
Dim index As Integer
Dim value As IStyle
value = instance.Item(index)
Parameters
- index
- The index number of the style.
Property Value
An
IStyle object at the specified index.