ComponentOne Word for UWP
Item Property (RtfColumnCollection)

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfColumnCollection Class : Item Property
Gets or sets the column at the specified index within the collection.
Syntax
'Declaration
 
Public Shadows Default Property Item( _
   ByVal index As System.Integer _
) As RtfColumn
public new RtfColumn this[ 
   System.int index
]; {get; set;}

Parameters

index

Property Value

The Word/RTF section column.
See Also

Reference

RtfColumnCollection Class
RtfColumnCollection Members