====== 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 ==== var pRanges = Scope.Middle; ==== Visual Basic Script ==== pRanges = Scope.Middle ==== C++ ==== CComPtr pRanges; HRESULT hr = Scope.get_Middle(&pRanges); ===== See Also ===== [[:scripting:api:scope:start|IScope]] ~~NOTOC~~