RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1TableHelper Class / Item Property

In This Topic
    Item Property (C1TableHelper)
    In This Topic
    Gets or sets the RichTextBox.Documents.C1TableCell in the specified row, col position.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As C1TableCell
    public C1TableCell this[ 
       int row,
       int col
    ]; {get;}

    Parameters

    row
    col
    See Also