In This Topic
The Word/RTF table constructor with definite rows and columns.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
public RtfTable(
int ,
int
)
Parameters
- rows
- The rows number for this RTF table.
- cols
- The columns number for this RTF table.
See Also