WorksheetScrollToRegion(RegionBase, Boolean) Method

Scrolls Worksheet to show specific Region.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public void ScrollToRegion(
	RegionBase region,
	bool full
)

Parameters

region  RegionBase
Region to scroll to.
full  Boolean
Determines if the whole region to be shown.

See Also