Click or drag to resize
CTInterfaceStrFillColumnsArgs Class
Event argument class for OnStrExportFillColumns.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceStrFillColumnsArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public class StrFillColumnsArgs : EventArgs

The CTInterfaceStrFillColumnsArgs type exposes the following members.

Properties
  NameDescription
Public propertyconfigurationName
Name of the configuration.
Public propertyListView
ListView in the Export view. Avoid using this since UI components may change in future.
Public propertyProfileName
Name of the Export profile.
Top
Methods
  NameDescription
Public methodAddCol
Adds given column from the CUSTOMTOOLS Export.
Public methodHideCol
Hides given column from the CUSTOMTOOLS Export.
Top
Availability

CUSTOMTOOLS 2012 SP0


Revised in Description
CUSTOMTOOLS 2012 SP0 Extended with ProfileName
CUSTOMTOOLS 2013 SP3 Extended with ListView
CUSTOMTOOLS 2019 SP1 Extended with configurationName
See Also