Click or drag to resize

CTInterfaceStrExportAddRowArgs Class

Event argument class for OnStrExportAddRow.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceStrExportAddRowArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public class StrExportAddRowArgs : EventArgs

The CTInterfaceStrExportAddRowArgs type exposes the following members.

Properties
 NameDescription
Public propertyconfigurationName Name of the configuration.
Public propertyError Displayed row error if non-empty.
Public propertyFullFilename Full path of the document used to generate current row
Public propertyListRow Accessor to ListViewExRow -object in the ListView Avoid using this since UI components may change in future.
Public propertyPreviewImagePath Full filename of cut
Public propertyProfileData Export data. To manipulate values of current row access the data from index RowIndex.
Public propertyProfileName Name of the current export profile
Public propertyRowIndex Current row's data index in ProfileData.
Top
Revision History
DateVersionDescription
-2012 SP0First Release
-2012 SP4 Extended with FullFilename.
-2019 SP1 Extended with configurationName
See Also