The Taxes object represents a collection of Tax objects. This collection has the following properties:
Name
Description
Count
Number of Tax objects in the collection
Item(x)
Method for accessing a tax object by name or position. If x is a number (.NET only), get the xth object. If x is a string, get the tax item with the name matching the string. Matches are case-insensitive.
Examples
Using these properties, it is possible to enumerate all Tax objects in the tax table file.