SEC_LISTCLASS::RepositionColumn
BOOLSEC_LISTCLASS::RepositionColumn(intnColIndexOld, intnColIndexNew, BOOLbUpdate)
Reorders columns 1 to n; where '1' is the index of the first non-root column and 'n' is the total number of columns in the tree/list.
Defined in: slstcore.inl
Return Value
TRUE if successful; otherwise FALSE.
Parameters
nColIndexOld
The current sub-index of the column to be reordered.
nColIndexNew
The new index for the column.
bUpdate
If TRUE then the control will be invalidated. Default is TRUE.