Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Position ====== Property of [[:scripting:api:search-match:start|ISearchMatch]] ===== Description ===== Match Position ===== Property type ===== Read-Only Property of type **[[:scripting:api:position:start|IPosition]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pVal = SearchMatch.Position; </code>==== Visual Basic Script ==== <code vb> pVal = SearchMatch.Position </code>==== C++ ==== <code cpp> CComPtr<IPosition> pVal; HRESULT hr = SearchMatch.get_Position(&pVal); </code>===== See Also ===== [[:scripting:api:search-match:start|ISearchMatch]] ~~NOTOC~~