ItemQuantity Property
Quantity of items ordered.
Syntax
int GetItemQuantity(int iItemIndex);
int SetItemQuantity(int iItemIndex, int iItemQuantity);
Default Value
0
Remarks
Quantity of items ordered.
The size of the array is controlled by the ItemCount property.
This property is not available at design time.
Data Type
Integer