right

Property of IRange

Description

Right

Property type

Read-Write Property of type long

Syntax

JavaScript

var nVal = Range.right;
Range.right = nVal;

Visual Basic Script

nVal = Range.right
Range.right = nVal

C++

long nVal;
HRESULT hr = Range.get_right(&nVal);
hr = Range.put_right(nVal);

See Also

IRange