Harness proD API Help
EPLAN.Harness.API.Common Namespace / TableColumnSettings Class / TableColumnSettings Constructor
Name of the table column.
Indicates if the column is visible or not.
Sort order type for tis table column. EPLAN.Harness.API.Common.Enums.ApiSortOrder
In This Topic
    TableColumnSettings Constructor
    In This Topic
    Create a new instance of table settings.
    Syntax
    public TableColumnSettings( 
       string colName,
       bool visible,
       ApiSortOrder sortOrder
    )

    Parameters

    colName
    Name of the table column.
    visible
    Indicates if the column is visible or not.
    sortOrder
    Sort order type for tis table column. EPLAN.Harness.API.Common.Enums.ApiSortOrder
    See Also