Table Class |
Namespace: Aceoffix.ExcelReader
The Table type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Close |
Closes the current Table.
|
![]() | GotoRow |
Moves to the specified row in the Table.
|
![]() ![]() | NextRow |
Moves to the next record row in the Table.
|
Name | Description | |
---|---|---|
![]() ![]() | DataFields |
Gets the DataField collection of the current record in the Table.
|
![]() | DefinedName |
Gets the defined name of the Table.
|
![]() ![]() | EOF |
Returns a value that indicates whether the current record position is after the last position in the Table.
|
![]() ![]() | RowCount |
Gets the count of rows in the Table.
|
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.