[]
        
(Showing Draft Content)

C1.Word.Objects.RtfTable.Item

this Property

this[int, int]

Gets the cell at the specified row index and column index.

Declaration
public RtfCell this[int row, int col] { get; }
Parameters
Type Name Description
int row
int col
Property Value
Type Description
RtfCell

The Word/RTF table cell.