Click or drag to resize
Table Class
Table class represents a table defined in Aceoffix.
Inheritance Hierarchy
SystemObject
  Aceoffix.ExcelReaderTable

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

The Table type exposes the following members.

Methods
  NameDescription
Public methodCode exampleClose
Closes the current Table.
Public methodGotoRow
Moves to the specified row in the Table.
Public methodCode exampleNextRow
Moves to the next record row in the Table.
Top
Properties
  NameDescription
Public propertyCode exampleDataFields
Gets the DataField collection of the current record in the Table.
Public propertyDefinedName
Gets the defined name of the Table.
Public propertyCode exampleEOF
Returns a value that indicates whether the current record position is after the last position in the Table.
Public propertyCode exampleRowCount
Gets the count of rows in the Table.
Top
Remarks

Table class is an important Excel table class defined in Aceoffix. This Table class is used to read the table data submitted by AceoffixCtrl.

You can only call the OpenTable(String) method to get the Table object.

See Also