VATRows property
The following example uses the BankAccountRows property: Working with line item tables, bank account tables, and tax tables.
This property applies to Invoice object.
This property returns the LineItemRows collection from page number iPageNum.
Syntax
object.VATRows(iPageNum As Long) [= value]
Part | Description |
---|---|
object | An expression that evaluates to Invoice object. |
iPageNum | The number of the page that contains the table you want to return. |
value | A LineItemRows collection. |
Related topics
LineItemRows property