Harness proD API Help
EPLAN.Harness.API.DataStructures.DisplayConfigurations Namespace / BomTableSetting Class / ModifyNumberSettingsRow Method
Name of the row.
Global counter cell value.
Prefix cell value.
Suffix cell value.
Delimiters cell value.
In This Topic
    ModifyNumberSettingsRow Method
    In This Topic
    Modifies row cells in item numbers table by specified parameters.
    Syntax
    public void ModifyNumberSettingsRow( 
       string name,
       bool globalCounter,
       string prefix,
       string suffix,
       string delimiter
    )

    Parameters

    name
    Name of the row.
    globalCounter
    Global counter cell value.
    prefix
    Prefix cell value.
    suffix
    Suffix cell value.
    delimiter
    Delimiters cell value.

    Return Value

    See Also