| CTInterfaceStrFillColumnsArgsHideCol Method |
Hides given column from the CUSTOMTOOLS Export.
Namespace:
ATR.CT.CTInterface
Assembly:
CTInterface (in CTInterface.dll)
Syntax public 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