| 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
)
Public Sub ClearExportListError (
poListView As IListViewEx,
rowIndex As Integer,
errorID As Integer
)
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 See Also