WorksheetSearchStart Method

Starts searching for the specified value with the specified options.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public void Start(
	string value,
	GlobalMatchingOptions options
)

Parameters

value  String
Value to search for.
options  GlobalMatchingOptions
Options to use for the search.

See Also