scripting:api:range:width

Width

Property of IRange

Return difference between Right and Left

Read-Only Property of type long

var nVal = Range.Width;

==== Visual Basic Script ====

nVal = Range.Width

==== C++ ====

long nVal;
HRESULT hr = Range.get_Width(&nVal);

===== See Also ===== IRange