Click or drag to resize

CTInterfaceClearExportListError Method

When the Export dialog box is shown call this to remove a specific error from given listview row.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public void ClearExportListError(
	IListViewEx poListView,
	int rowIndex,
	int errorID
)

Parameters

poListView  IListViewEx
Export listview from which to remove the given error message.
rowIndex  Int32
Index of the row from which to remove the error message.
errorID  Int32
ID of the error to remove. This is got when calling AddErrorToExportList.
Revision History
DateVersionDescription
-2021 SP3First Release
See Also