C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfTable Class / Item Property

In This Topic
Item Property (RtfTable)
In This Topic
Gets the cell at the specified row index and column index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As RtfCell
 

Parameters

row
col

Property Value

The Word/RTF table cell.
See Also