C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfStyleCollection Class / Item Property / Item(Int32) Property

In This Topic
Item(Int32) Property
In This Topic
Gets or sets the style at the specified index within the collection.
Syntax
'Declaration
 
Public Overloads Shadows Property Item( _
   ByVal index As Integer _
) As RtfStyle
 

Parameters

index

Property Value

The Word/RTF style object.
See Also