Dim instance AsIScreenDim text AsStringDim startRow AsIntegerDim startColumn AsIntegerDim findOption AsFindOptionsDim value AsScreenPoint
value = instance.SearchText(text, startRow, startColumn, findOption)
Parameters
text
Text string to search for.
startRow
Start row for search.
startColumn
Start column for search.
findOption
Specifies search direction.
Return Value
The coordinate of the located text or null if the text is not found.