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. ====== Middle ====== Property of [[:scripting:api:scope:start|IScope]] ===== Description ===== Middle tags ranges ===== Property type ===== Read-Only Property of type **[[:scripting:api:ranges:start|IRanges]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pRanges = Scope.Middle; </code>==== Visual Basic Script ==== <code vb> pRanges = Scope.Middle </code>==== C++ ==== <code cpp> CComPtr<IRanges> pRanges; HRESULT hr = Scope.get_Middle(&pRanges); </code>===== See Also ===== [[:scripting:api:scope:start|IScope]] ~~NOTOC~~