WorksheetScrollToContent(RegionBase, Boolean) Method

Scrolls Worksheet to specified Region. Expands collapsed Areas if required.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public void ScrollToContent(
	RegionBase region,
	bool focus
)

Parameters

region  RegionBase
Region to display.
focus  Boolean
Determines if a Region should be Focused immediately after it is displayed or not.

See Also