DataRegionCreateTable Method |
Creates a new Table in the current DataRegion.
Namespace: Aceoffix.WordWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic Table CreateTable(
int NumRows,
int NumColumns,
WdAutoFitBehavior AutoFitBehavior
)
Public Function CreateTable (
NumRows As Integer,
NumColumns As Integer,
AutoFitBehavior As WdAutoFitBehavior
) As Table
Parameters
- NumRows
- Type: SystemInt32
The row number of the new table. - NumColumns
- Type: SystemInt32
The column number of the new table. - AutoFitBehavior
- Type: Aceoffix.WordWriterWdAutoFitBehavior
It is used to automatically resize the table in Microsoft Word.
Return Value
Type:
TableReturns the new Table object.
See Also