 | CTInterfaceStrFillColumnsArgsHideCol Method |
[This is preliminary documentation and is subject to change.]
Hides given column from the CUSTOMTOOLS Export.
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic void HideCol(
string colName
)
Public Sub HideCol (
colName As String
)
Parameters
- colName
- Type: SystemString
Name of the column to hide. Corresponds to export profile's field name.
See Also