Click or drag to resize
DataRegionOpenTable Method
Opens the specified table and returns a Table object.

Namespace: Aceoffix.WordReader
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 the Table object.
Remarks
If the specified Table exists, this method will return the Table object.
See Also