notifyUserOfDataError(String, Int64, Int32) Method

notification of error for user including selection of error cell
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

private bool notifyUserOfDataError(
	string message,
	long rowNum,
	int colNum
	)

Parameters

message
Type: String
error message
rowNum
Type: Int64
error cell row
colNum
Type: Int32
error cell column

Returns

Boolean