ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.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 System.Integer, _
       ByVal cols As System.Integer _
    )
    public RtfTable( 
       System.int rows,
       System.int cols
    )

    Parameters

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