Click or drag to resize

CTInterfaceStrExportFillListPostArgsAddError Method

Allows adding an error to a specific row.

Namespace:  ATR.CT.CTInterface
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public void AddError(
	uint listRowIndex,
	string error
)

Parameters

listRowIndex
Type: SystemUInt32
Index of the row in StrList list view.
error
Type: SystemString
User defined error message
See Also