Width

Property of IRange

Description

Return difference between Right and Left

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = Range.Width;

Visual Basic Script

nVal = Range.Width

C++

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

See Also

IRange