====== Width ====== Property of [[:scripting:api:range:overview|IRange]] ===== Description ===== Return difference between Right and Left ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== var nVal = Range.Width; ==== Visual Basic Script ==== nVal = Range.Width ==== C++ ==== long nVal; HRESULT hr = Range.get_Width(&nVal); ===== See Also ===== [[:scripting:api:range:overview|IRange]] ~~NOTOC~~