 | CTInterfaceAddErrorToExportList Method |
Call this while Export command is active to add error to specific listview row. After adding
all possible errors, call VerifyExportListContent.
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic int AddErrorToExportList(
IListViewEx poListView,
int rowIndex,
string errorStr
)
Public Function AddErrorToExportList (
poListView As IListViewEx,
rowIndex As Integer,
errorStr As String
) As Integer
Parameters
- poListView IListViewEx
- Listview to which to add error.
- rowIndex Int32
- Index of the listview row which to add the error.
- errorStr String
- Descriptive error message to add.
Return Value
Int32ID of the error that was added when successful; otherwise -1
Revision HistoryDate | Version | Description |
---|
- | 2021 SP3 | First Release |
See Also