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: Stringerror message
- rowNum
- Type: Int64error cell row
- colNum
- Type: Int32error cell column
Returns
Boolean