LineItemRowNum property
| Applies to |
|---|
| InvoiceField object |
This property returns the row number of the line item field to the object.
If this property is used on any other field type, such as a single item field, the property returns zero (0). In that case, you cannot use this value as an index to a line item collection.
Syntax
object. LineItemRowNum [ = value]
|
Part |
Description |
|---|---|
|
object |
An expression that evaluates to an object in the InvoiceField object. |
|
value |
A Long value. |