====== bottom ====== Property of [[:scripting:api:range:overview|IRange]] ===== Description ===== Bottom ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== var nVal = Range.bottom; Range.bottom = nVal; ==== Visual Basic Script ==== nVal = Range.bottom Range.bottom = nVal ==== C++ ==== long nVal; HRESULT hr = Range.get_bottom(&nVal); hr = Range.put_bottom(nVal); ===== See Also ===== [[:scripting:api:range:overview|IRange]] ~~NOTOC~~