| Table Class |
Namespace: Aceoffix.WordReader
The Table type exposes the following members.
| Name | Description | |
|---|---|---|
| OpenCellRC |
Opens the specified cell and returns a Cell object.
|
| Name | Description | |
|---|---|---|
| Cells |
Gets the Cell collection in the current Table.
| |
| ColumnsCount |
Gets the number of columns in the current table.
| |
| Index |
Gets the index of the table.
| |
| RowsCount |
Gets the number of rows in the current table.
|
Representing a Word table, Table class is used to read the data in the Word table. You can only call the OpenTable(Int32) method to get the Table object.