Click or drag to resize

CTInterfaceStrExportFillListPostArgsAddError Method

Allows adding an error to a specific row.

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

Parameters

listRowIndex  UInt32
Index of the row in StrList list view.
error  String
User defined error message
See Also