====== MatchLength ======
Property of [[:scripting:api:search-match:start|ISearchMatch]]
===== Description =====
Length of match
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:long|long]]**
===== Syntax =====
==== JavaScript ====
var nVal = SearchMatch.MatchLength;
==== Visual Basic Script ====
nVal = SearchMatch.MatchLength
==== C++ ====
long nVal;
HRESULT hr = SearchMatch.get_MatchLength(&nVal);
===== See Also =====
[[:scripting:api:search-match:start|ISearchMatch]]
~~NOTOC~~