ComponentOne Word for UWP
RtfTable Constructor

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.
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

Reference

RtfTable Class
RtfTable Members