Click or drag to resize
Table Class
Table class represents a Word table.
Inheritance Hierarchy
SystemObject
  Aceoffix.WordReaderTable

Namespace: Aceoffix.WordReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public class Table

The Table type exposes the following members.

Methods
  NameDescription
Public methodOpenCellRC
Opens the specified cell and returns a Cell object.
Top
Properties
  NameDescription
Public propertyCells
Gets the Cell collection in the current Table.
Public propertyColumnsCount
Gets the number of columns in the current table.
Public propertyIndex
Gets the index of the table.
Public propertyRowsCount
Gets the number of rows in the current table.
Top
Remarks

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.

See Also