ItemNumber property
Assigns or returns the index of the table within the specified HTML document. This is the index of the table containing the desired data.
Syntax
Set: TableReader.setItemNumber(tableNumber)
Get: tableNumber = TableReader.getItemNumber()
Applies to
TableReader class.
Data type
Integer
Usage
If reading is in progress, this operation is aborted. The proeprty returns a value of -1 if a search string is in use.
Example
ItemNumber property example
See also
TableReader applet