ComponentOne Word for UWP
Item(Int32) Property

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfStyleCollection Class > Item Property : Item(Int32) Property
Gets or sets the style at the specified index within the collection.
Syntax
'Declaration
 
Public Overloads Shadows Property Item( _
   ByVal index As System.Integer _
) As RtfStyle
public new RtfStyle Item( 
   System.int index
) {get; set;}

Parameters

index

Property Value

The Word/RTF style object.
See Also

Reference

RtfStyleCollection Class
RtfStyleCollection Members
Overload List