====== 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 ====
var pVal = SearchMatch.Position;
==== Visual Basic Script ====
pVal = SearchMatch.Position
==== C++ ====
CComPtr pVal;
HRESULT hr = SearchMatch.get_Position(&pVal);
===== See Also =====
[[:scripting:api:search-match:start|ISearchMatch]]
~~NOTOC~~