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