scripting:api:range:bottom

bottom

Property of IRange

Bottom

Read-Write Property of type long

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