Click or drag to resize
DataRegionCreateTable Method
Creates a new Table in the current DataRegion.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public Table CreateTable(
	int NumRows,
	int NumColumns,
	WdAutoFitBehavior AutoFitBehavior
)

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: Table
Returns the new Table object.
See Also