2.33.2 Find


Description

Syntax

C++: int Find(LPCSTR Text)

Parameters

Text
Keyword values

Return

return count of search results.

Remark

Examples

Python

import OriginExt as O
app = O.Application(); app.Visible = app.MAINWND_SHOW
pageName = app.CreatePage(app.OPT_WORKSHEET)
finder = app.GetFinder()
finder.Find("1")
print(finder.GetObject(0).Name)

Version Information

See Also