scripting:api:range:width

Width

Property of IRange

Return difference between Right and Left

Read-Only Property of type long

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