ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfTable Class / RtfTable Constructor
The rows number for this RTF table.
The columns number for this RTF table.

In This Topic
    RtfTable Constructor
    In This Topic
    The Word/RTF table constructor with definite rows and columns.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rows As Integer, _
       ByVal cols As Integer _
    )
    public RtfTable( 
       int rows,
       int cols
    )

    Parameters

    rows
    The rows number for this RTF table.
    cols
    The columns number for this RTF table.
    See Also