MatchingContextReset(Int32, Int32) Method
Resets the context to initial state.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public void Reset(
int currentRegionIndex,
int currentRegionExtendedIndex
)
Public Sub Reset (
currentRegionIndex As Integer,
currentRegionExtendedIndex As Integer
)
public:
void Reset(
int currentRegionIndex,
int currentRegionExtendedIndex
)
member Reset :
currentRegionIndex : int *
currentRegionExtendedIndex : int -> unit
Parameters
- currentRegionIndex Int32
- Index of the region which is currently selected in WorksheetSearch.
- currentRegionExtendedIndex Int32
- Index of the result which is currently selected in WorksheetSearch.