WorksheetScrollToContentImpl(RegionBase, Boolean) Method
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
protected abstract void ScrollToContentImpl(
RegionBase region,
bool focus
)
Protected MustOverride Sub ScrollToContentImpl (
region As RegionBase,
focus As Boolean
)
protected:
virtual void ScrollToContentImpl(
RegionBase^ region,
bool focus
) abstract
abstract ScrollToContentImpl :
region : RegionBase *
focus : bool -> unit
Parameters
- region RegionBase
-
Region to display in the visible bounds of the document.
- focus Boolean
-
Determines if a Region should be Focused immediately after it is displayed or not.