ComponentOne Word for UWP
Item Property (RtfTable)

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfTable Class : Item Property
Gets the cell at the specified row index and column index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As RtfCell
public RtfCell this[ 
   System.int row,
   System.int col
]; {get;}

Parameters

row
col

Property Value

The Word/RTF table cell.
See Also

Reference

RtfTable Class
RtfTable Members