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