GenericCashFlowScheduleremoveCashFlow(Int32) Method
Remove the cashflow at the given index from this schedule.
Namespace: com.ftlabs.fisa.calcAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public virtual void removeCashFlow(
int cashFlowIndex
)
Public Overridable Sub removeCashFlow (
cashFlowIndex As Integer
)
Parameters
- cashFlowIndex Int32
-
The cashflow index. cashFlowIndex is zero based and must be a number
from 0 to getCashFlowCount() - 1.