>>Java

Item Method

Returns the requested Tax object.

Syntax

value = object.get(Index)

Part
Description
objectA Taxes object
valueA Tax result
IndexA string or integer expression indicating the requested tax name, or position in the Taxes collection.

Remarks

This property allows the developer to retrieve a specific Tax object by name or position. The Taxes object is obtained using the Taxes method of the TaxControl object.

See Also: Taxes