CTInterfaceStr | 
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). | 
| Date | Version | Description | 
|---|---|---|
| - | 2012 SP0 | First Release | 
| - | 2012 SP0 | Extended with ProfileName | 
| - | 2013 SP3 | Extended with ListView | 
| - | 2019 SP1 | Extended with configurationName | 
| - | 2024 SP0 | Extended with SetEditable(String) |