WorksheetScrollToContent(RegionBase, Boolean) Method
Scrolls Worksheet to specified Region. Expands collapsed Areas if required.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public void ScrollToContent(
RegionBase region,
bool focus
)
Public Sub ScrollToContent (
region As RegionBase,
focus As Boolean
)
public:
void ScrollToContent(
RegionBase^ region,
bool focus
)
member ScrollToContent :
region : RegionBase *
focus : bool -> unit
Parameters
- region RegionBase
-
Region to display.
- focus Boolean
-
Determines if a Region should be Focused immediately after it is displayed or not.