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)
Syntax
public void ClearExportListError(
	IListViewEx poListView,
	int rowIndex,
	int errorID
)

Parameters

poListView
Type: IListViewEx
Export listview from which to remove the given error message.
rowIndex
Type: SystemInt32
Index of the row from which to remove the error message.
errorID
Type: SystemInt32
ID of the error to remove. This is got when calling AddErrorToExportList.
Availability

CUSTOMTOOLS 2021 SP3


See Also