WorksheetScrollToRegionImpl(RegionBase, Boolean) Method

Definition

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

Parameters

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

See Also