WorksheetSearchIsRegionFound Method

Determines whether the specified region is found.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public bool IsRegionFound(
	RegionBase region,
	out MatchingContext ctx
)

Parameters

region  RegionBase
Region to check.
ctx  MatchingContext

Receives the related MatchingContext if the region is found, otherwise receives .

  Note

The context is reset to its initial state before it is returned via ctx.

Return Value

Boolean
if the specified region is found.

See Also