HighlightAny(CompareOptions)
|
compareOptions
|
Highlights any part of a record that matches the text entered by a user.
|
HighlightAny(String, CompareOptions)
|
text, compareOptions
|
Highlights any part of a record that matches the given text.
|
HighlightAny(String, String, CompareOptions)
|
fieldName, text, compareOptions
|
Highlights any part of a record that belongs to the specific data field and matches the given text.
|
HighlightAny(String[], String, CompareOptions)
|
fieldNames, text, compareOptions
|
Highlights any part of a record that belongs to certain data fields and matches the given text.
|