Click or drag to resize

CTInterfaceStrFillColumnsArgsHideCol Method

Hides given column from the CUSTOMTOOLS Export.

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

Parameters

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