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. ====== FromRange ====== Method of [[:scripting:api:scopes:start|IScopes]] ===== Description ===== Find Scopes from range ===== Parameters ===== * [[:scripting:api:range:overview|IRange]] **pRange** ==== Return Value ==== * [[:scripting:api:scopes:start|IScopes]] **ppVal** ===== Syntax ===== ==== JavaScript ==== <code javascript> var ppVal = Scopes.FromRange(pRange); </code>==== Visual Basic Script ==== <code vb> ppVal = Scopes.FromRange pRange </code>==== C++ ==== <code cpp> CComPtr<IScopes> pVal; HRESULT hr = Scopes.FromRange(pRange, &pVal); </code>===== See Also ===== [[:scripting:api:scopes:start|IScopes]] ~~NOTOC~~