| CTInterfaceStrFillColumnsArgsAddCol 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
)
Public Sub AddCol (
colName As String,
visible As Boolean
)
Parameters
- colName
- Type: SystemString
Name of the column to add. - visible
- Type: SystemBoolean
True for visible, false for hidden.
See Also