Harness proD API Help
EPLAN.Harness.API.DataStructures.DisplayConfigurations Namespace / TableSetting Class / MoveColumnToIndex Method
New index of the column.
Index of column to move.
In This Topic
    MoveColumnToIndex Method
    In This Topic
    Moves a column for table display configuration setting to specified index.
    Syntax
    public void MoveColumnToIndex( 
       int newIndex,
       int currentIndex
    )

    Parameters

    newIndex
    New index of the column.
    currentIndex
    Index of column to move.

    Return Value

    See Also