left

Property of IRange

Description

Left

Property type

Read-Write Property of type long

Syntax

JavaScript

var nVal = Range.left;
Range.left = nVal;

Visual Basic Script

nVal = Range.left
Range.left = nVal

C++

long nVal;
HRESULT hr = Range.get_left(&nVal);
hr = Range.put_left(nVal);

See Also

IRange