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. ====== left ====== Property of [[:scripting:api:range:overview|IRange]] ===== Description ===== Left ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nVal = Range.left; Range.left = nVal; </code>==== Visual Basic Script ==== <code vb> nVal = Range.left Range.left = nVal </code>==== C++ ==== <code cpp> long nVal; HRESULT hr = Range.get_left(&nVal); hr = Range.put_left(nVal); </code>===== See Also ===== [[:scripting:api:range:overview|IRange]] ~~NOTOC~~