[]
The Word/RTF table constructor with definite rows and columns.
public RtfTable(int rows, int cols)
Public Sub New(rows As Integer, cols As Integer)
| Type | Name | Description |
|---|---|---|
| int | rows | The rows number for this RTF table. |
| int | cols | The columns number for this RTF table. |