CTInterfaceStrFillColumnsArgs Class |
Namespace: ATR.CT.CTInterface
The CTInterfaceStrFillColumnsArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| configurationName |
Name of the configuration.
| |
| ListView |
ListView in the Export view. Avoid using this
since UI components may change in future.
| |
| ProfileName |
Name of the Export profile.
|
| Name | Description | |
|---|---|---|
| AddCol |
Adds given column from the CUSTOMTOOLS Export.
| |
| HideCol |
Hides given column from the CUSTOMTOOLS Export.
| |
| SetEditable |
Sets set column in-place editable. The script is responsible for handling
value update to underlying data structure. Inherit ListViewEventHandler to handle
InPlaceControlChanged(Int32, Int32, String, String).
|
CUSTOMTOOLS 2012 SP0
| Revised in | Description |
|---|---|
| CUSTOMTOOLS 2012 SP0 | Extended with ProfileName |
| CUSTOMTOOLS 2013 SP3 | Extended with ListView |
| CUSTOMTOOLS 2019 SP1 | Extended with configurationName |
| CUSTOMTOOLS 2024 SP0 | Extended with SetEditable(String) |