Click or drag to resize
CTInterface.StrFillColumnsArgs.AddCol Method
Adds given column from the CUSTOMTOOLS Export.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public void AddCol(
	string colName,
	bool visible
)

Parameters

colName
Type: System.String
Name of the column to add.
visible
Type: System.Boolean
True for visible, false for hidden.
See Also