[]
        
(Showing Draft Content)

C1.C1Word.Objects.RtfTable.-ctor

RtfTable Constructor

RtfTable(int, int)

The Word/RTF table constructor with definite rows and columns.

Declaration
public RtfTable(int rows, int cols)
Public Sub New(rows As Integer, cols As Integer)
Parameters
Type Name Description
int rows

The rows number for this RTF table.

int cols

The columns number for this RTF table.