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