>>.NET

Taxes Method

A collection of Tax objects generated from the Tax Table.

Syntax

value = object.Taxes()

Part
Description
objectA TaxControl object
valueA Taxes object result

Remarks

The Taxes object represents a "collection" of Tax objects. This collection has the following properties:

CountNumber of Tax objects in the collection.
Item(x)Access a tax object. If x is a number, get the xth object. If x is a string, get the tax item with the name matching the string.

Using these properties, it is possible to enumerate all Tax objects in the Tax Table file (see the Tutorials examples).

See Also: Item Tax