ValueTreeRowCollection.Insert
Syntax:
Parameters:
<Index> (required)
Position index in the row collection of a given level where the row must be inserted.
Returned value:
Inserted row.
Description:
Availability:
Example:
NewItem = ContentRows.Insert(5); NewItem.Expense = Expense; NewItem.Norm = Count; |