Harness proD API Help
EPLAN.Harness.API.Occurrences.CableDrawing Namespace / OccCdCommonTable Class / 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 (OccCdCommonTable)
    In This Topic
    Sets the sort column of a table.
    Syntax
    public 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