Property SortIndex: Integer (R/W)
Description
Use this property so create a nested sorting in scripting. The sortindex specifies the sequence number within the sorting.
Remarks
When using sort functionality, multiselect is not possible.
Both properties SortIndex and SortOrder have to be called to create a (nested) sorting.
Code Snippet
columnPartGrpCode.SortIndex = 1
columnPartGrpCode.SortOrder = 1
columnPartType.SortIndex =
2
columnPartType.SortOrder =
2