Parameters
- groupToInsert
- The group to insert.
- oldSetParent
- The parent set under which the group is inserted.
- index
- The index in oldSetParent children groups, at which groupToInsert is inserted.
Exception | Description |
---|---|
System.ArgumentException | Can't perform the insertion operation on these arguments. Please check oldSetParent with the method CanInsertGroupUnder before calling this method. |
System.ArgumentOutOfRangeException | index must be a positive or zero integer, lower or equals to oldSetParent.IGroupOfGroups.ChildGroupsCount. |
Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed