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 ====== Property of [[:scripting:api:style-range:start|IStyleRange]] ===== Description ===== Returns Range ===== Property type ===== Read-Only Property of type **[[:scripting:api:range:overview|IRange]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pRange = StyleRange.Range; </code>==== Visual Basic Script ==== <code vb> pRange = StyleRange.Range </code>==== C++ ==== <code cpp> CComPtr<IRange> pRange; HRESULT hr = StyleRange.get_Range(&pRange); </code>===== See Also ===== [[:scripting:api:style-range:start|IStyleRange]] ~~NOTOC~~