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. ====== MatchStart ====== Property of [[:scripting:api:search-match:start|ISearchMatch]] ===== Description ===== Offset of match start in data snap ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nVal = SearchMatch.MatchStart; </code>==== Visual Basic Script ==== <code vb> nVal = SearchMatch.MatchStart </code>==== C++ ==== <code cpp> long nVal; HRESULT hr = SearchMatch.get_MatchStart(&nVal); </code>===== See Also ===== [[:scripting:api:search-match:start|ISearchMatch]] ~~NOTOC~~