WorksheetUnfocusRegions Method

Removes the focused state from all regions optionally preserving the focus on the specified region.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public void UnfocusRegions(
	RegionBase except = null
)

Parameters

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

See Also