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 (optional, if not given then everything is selected)
- colNum
- Type: Int32error cell column (optional, if not given then whole row is selected)
Returns
Boolean