Click or drag to resize
CTInterface.StrExportFillListPostArgs.AddError 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: System.UInt32
Index of the row in StrList list view.
error
Type: System.String
User defined error message
See Also