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. ====== Range ====== Constructor of Range object as method of [[:scripting:api:script-application:start|IScriptApplication]] ===== Description ===== Range object constructor with support of variable arguments ===== Parameters ===== * [[scripting:api:data-type:SAFEARRAY(VARIANT)|SAFEARRAY(VARIANT)]] **params** ==== Return Value ==== * [[:scripting:api:range:overview|IRange]] **ppRange** ===== Syntax ===== ==== JavaScript ==== <code javascript> var ppRange = new Range(params); </code>==== Visual Basic Script ==== <code vb> ppRange = ScriptApplication.Range params </code>==== C++ ==== <code cpp> CComPtr<IRange> pRange; HRESULT hr = ScriptApplication.Range(params, &pRange); </code>===== See Also ===== [[:scripting:api:script-application:start|IScriptApplication]] ~~NOTOC~~