AddChildRow
Add child row(s) inside parent row.function AddChildRow(const Index: Integer; const Count: Integer = 1): INxRow;Parameters
- Index
- Integer
Indicate Index (zero-based) of parent row inside rows list. - Count
- Integer
Specify number of child rows to be added.
Remarks
This method is not fully working at the moment.