 |
InstallmentsAdd Method |
Adds Installment object at the end of the Installment array list
Namespace:
ConneXion
Assembly:
ConneXion (in ConneXion.dll) Version: 2020.0
Syntaxpublic int Add(
Installment newInstallment
)
Public Function Add (
newInstallment As Installment
) As Integer
Parameters
- newInstallment
- Type: ConneXionInstallment
Installment fields
Return Value
Type:
Int32Number of elements in the Installment array list
Remarks
See Also