NonInteractiveWorksheetShowError Method

Shows an error under the specified RegionEvaluable region.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public override void ShowError(
	RegionEvaluable region,
	bool v
)

Parameters

region  RegionEvaluable
Region to show an error for.
v  Boolean
Determines if this is new error.

See Also