MatchingContextReset(Int32, Int32) Method

Resets the context to initial state.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public void Reset(
	int currentRegionIndex,
	int currentRegionExtendedIndex
)

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.

See Also