Harness proD API Help
EPLAN.Harness.API.Occurrences.Interfaces Namespace / IOccCommonTable Interface / SetSortColumn Method
Index of the sort column to be set. Must be a non-negative number and less than the visible columns count. (First column has index 0)
Desired order of sorting.
In This Topic
    SetSortColumn Method (IOccCommonTable)
    In This Topic
    Sets the sort column of a table.
    Syntax
    void SetSortColumn( 
       int columnIndex,
       ApiSortOrder sortOrder
    )

    Parameters

    columnIndex
    Index of the sort column to be set. Must be a non-negative number and less than the visible columns count. (First column has index 0)
    sortOrder
    Desired order of sorting.
    Exceptions
    See Also