ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.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 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