Click or drag to resize

CTInterfaceStrFillColumnsArgsHideCol Method

Hides given column from the CUSTOMTOOLS Export.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public void HideCol(
	string colName
)

Parameters

colName  String
Name of the column to hide. Corresponds to export profile's field name.
See Also