| CTInterfaceStrExportFillListPostArgsAddError Method |
Allows adding an error to a specific row.
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntax public void AddError(
uint listRowIndex,
string error
)
Public Sub AddError (
listRowIndex As UInteger,
error As String
)
Parameters
- listRowIndex
- Type: SystemUInt32
Index of the row in StrList list view. - error
- Type: SystemString
User defined error message
See Also