WorksheetSearchStart Method
Starts searching for the specified value with the specified options.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public void Start(
string value,
GlobalMatchingOptions options
)
Public Sub Start (
value As String,
options As GlobalMatchingOptions
)
public:
void Start(
String^ value,
GlobalMatchingOptions^ options
)
member Start :
value : string *
options : GlobalMatchingOptions -> unit
Parameters
- value String
- Value to search for.
- options GlobalMatchingOptions
- Options to use for the search.