We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3555a commit f79db0eCopy full SHA for f79db0e
docs.json
@@ -12407,10 +12407,10 @@
12407
"status": false,
12408
"message": ""
12409
},
12410
- "examples": [],
12411
- "remarks": [
12412
- "- Typical use case to get Excel application object from IAccessible. E.G. `stdWindow.CreateFromHwnd(...).AsNativeObject.Application)`"
12413
- ]
+ "examples": [
+ "- `stdWindow.CreateFromHwnd(...).FindFirst(stdLambda.Create(\"$1.Class = \"\"EXCEL7\"\"\")).AsNativeObject.Application)`"
+ ],
+ "remarks": []
12414
12415
{
12416
"name": "handle",
0 commit comments