Harness proD API Help
EPLAN.Harness.API.DataStructures.DisplayConfigurations Namespace / TableSetting Class / AddTableColumn Method
Name of the column.
Specifies if column will be visible.
Specifies if table will be sorted by this column.
In This Topic
    AddTableColumn Method
    In This Topic
    Adds a column for table display configuration setting with specified name.
    Syntax
    public void AddTableColumn( 
       TextProperty name,
       bool visible,
       ApiSortOrder sortOrder
    )

    Parameters

    name
    Name of the column.
    visible
    Specifies if column will be visible.
    sortOrder
    Specifies if table will be sorted by this column.

    Return Value

    See Also