Click or drag to resize
DataRegionOpenTable Method
Opens the specified table.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public Table OpenTable(
	int Index
)

Parameters

Index
Type: SystemInt32
The index of the Table. It is the same as the Table index defined in Microsoft Word. Both of them start from "1".

Return Value

Type: Table
Returns a Table object.
See Also