Harness proD API Help
EPLAN.Harness.API.DataStructures.DisplayConfigurations Namespace / TableSetting Class / ModifyTableColumnRow Method
Index of the column.
Name of the column. (Will throw an exception when this name is not in the table)
Specifies if column will be visible.
Specifies if table will be sorted by this column.
In This Topic
    ModifyTableColumnRow Method
    In This Topic
    Modifies an existing column row.
    Syntax
    public void ModifyTableColumnRow( 
       int index,
       TextProperty name,
       bool visible,
       ApiSortOrder sortOrder
    )

    Parameters

    index
    Index of the column.
    name
    Name of the column. (Will throw an exception when this name is not in the table)
    visible
    Specifies if column will be visible.
    sortOrder
    Specifies if table will be sorted by this column.

    Return Value

    See Also