DataRegionOpenTable Method |
Opens the specified table.
Namespace: Aceoffix.WordWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic Table OpenTable(
int Index
)
Public Function OpenTable (
Index As Integer
) As Table
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:
TableReturns a Table object.
See Also