WorksheetSearchIsRegionFound Method
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public bool IsRegionFound(
RegionBase region,
out MatchingContext ctx
)
Public Function IsRegionFound (
region As RegionBase,
<OutAttribute> ByRef ctx As MatchingContext
) As Boolean
public:
bool IsRegionFound(
RegionBase^ region,
[OutAttribute] MatchingContext^% ctx
)
member IsRegionFound :
region : RegionBase *
ctx : MatchingContext byref -> bool
- region RegionBase
-
- ctx MatchingContext
-
Boolean