ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.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
    public RtfCell this[ 
       int row,
       int col
    ]; {get;}

    Parameters

    row
    col

    Property Value

    The Word/RTF table cell.
    See Also