[]
        
(Showing Draft Content)

C1.WPF.Word.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)
Parameters
Type Name Description
int rows

The rows number for this RTF table.

int cols

The columns number for this RTF table.