Gets or sets the style at the specified index within the collection.
'Declaration
Public Overloads Shadows Property Item( _
ByVal As System.Integer _
) As RtfStyle
public new RtfStyle Item(
System.int
) {get; set;}
Parameters
- index
Property Value
The Word/RTF style object.