WorksheetUnfocusRegionsImpl Method

Implementation of UnfocusRegions(RegionBase).

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
protected abstract void UnfocusRegionsImpl(
	RegionBase except
)

Parameters

except  RegionBase
Region to make CurrentRegion and keep focused. If then all regions are unfocused.

See Also