bottom

Property of IRange

Description

Bottom

Property type

Read-Write Property of type long

Syntax

JavaScript

var nVal = Range.bottom;
Range.bottom = nVal;

Visual Basic Script

nVal = Range.bottom
Range.bottom = nVal

C++

long nVal;
HRESULT hr = Range.get_bottom(&nVal);
hr = Range.put_bottom(nVal);

See Also

IRange