ComponentOne Word for UWP
Item(String) Property

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfStyleCollection Class > Item Property : Item(String) Property
Gets or sets the style at the specified name within the collection.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As RtfStyle
public RtfStyle Item( 
   System.string name
) {get;}

Parameters

name

Property Value

The Word/RTF style object.
See Also

Reference

RtfStyleCollection Class
RtfStyleCollection Members
Overload List