
System.Object
EPLAN.Harness.API.DataStructures.DisplayConfigurations.BaseDisplayConfigurationSetting
EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting
EPLAN.Harness.API.DataStructures.DisplayConfigurations.SingleLineBomSetting
EPLAN.Harness.API.DataStructures.DisplayConfigurations.TablePlaceSetting
public class TableSetting : BaseDisplayConfigurationSetting, EPLAN.Harness.API.Interfaces.IDecorableDisplayConfigSetting
Name | Description | |
---|---|---|
![]() | AutoFit | Should AutoFit be used on this table? |
![]() | AutoSize | Should AutoSize be used on this table? |
![]() | BorderLine | Line style of table's border line. |
![]() | ContentText | Text style of table content. |
![]() | DecorationController | Controller for decorations of this setting. |
![]() | EvenBgColor | Background color of table's even rows. |
![]() | GridLine | Line style of table's grid line. |
![]() | HeaderBgColor | Background color of table's header row. |
![]() | HeaderOnBottom | Specifies if table header will be displayed on bottom. |
![]() | HeaderText | Text style of table header. |
![]() | NoteText | Text style of table note. |
![]() | OddBgColor | Background color of table's odd rows. |
![]() | TitleText | Text style of table title. |
![]() | UseHeader | Specifies if table header will be displayed. |
![]() | UseNote | Specifies if table note will be displayed. |
![]() | UseTitle | Specifies if table title will be displayed. |
Name | Description | |
---|---|---|
![]() | AddTableColumn | Adds a column for table display configuration setting with specified name. |
![]() | GetAllColumns | Returns a list of all table columns in current setting. |
![]() | ModifyTableColumnRow | Modifies an existing column row. |
![]() | MoveColumnToIndex | Moves a column for table display configuration setting to specified index. |
![]() | RemoveTableColumn | Removes a column of table display configuration setting. Default columns cannot be removed. |