AddChildRow
Add specified INxRow instance as the last children of row calling this method. An overloaded method provides Position
parameter where it can be specified to add the newly added child at the first position.
pas
procedure AddChildRow(AChildRow: INxRow); overload; function AddChildRow(const Count: Integer; IgnoreDefaults: Boolean = True; Position: TNxRowAddPosition = raLast): INxCellsRow; overload;
Changes
Parameter Position
is added in version 6.11.0
.