 | CTInterfaceStrFillColumnsArgsAddCol Method |
Adds given column from the CUSTOMTOOLS Export.
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic void AddCol(
string colName,
bool visible
)
Public Sub AddCol (
colName As String,
visible As Boolean
)
Parameters
- colName String
- Name of the column to add.
- visible Boolean
- True for visible, false for hidden.
See Also