Harness proD API Help
EPLAN.Harness.API.Occurrences.Interfaces Namespace / IOccCommonTable Interface / SetColumnPosition Method
Index of the column which should be moved.
Position where the column should be moved.
In This Topic
    SetColumnPosition Method (IOccCommonTable)
    In This Topic
    Inserts the column on the initial index to a position specified by "newIndex" or to the last position (in the case when newIndex is greater than the total count of visible columns).
    Syntax
    void SetColumnPosition( 
       int initialIndex,
       int newIndex
    )

    Parameters

    initialIndex
    Index of the column which should be moved.
    newIndex
    Position where the column should be moved.
    Exceptions
    See Also