WorksheetScrollToRegion(RegionBase, Boolean) Method
Scrolls Worksheet to show specific Region.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public void ScrollToRegion(
RegionBase region,
bool full
)
Public Sub ScrollToRegion (
region As RegionBase,
full As Boolean
)
public:
void ScrollToRegion(
RegionBase^ region,
bool full
)
member ScrollToRegion :
region : RegionBase *
full : bool -> unit
Parameters
- region RegionBase
-
Region to scroll to.
- full Boolean
-
Determines if the whole region to be shown.