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