scripting:api:range:top

top

Property of IRange

Top

Read-Write Property of type long

var nVal = Range.top;
Range.top = nVal;
nVal = Range.top
Range.top = nVal
long nVal;
HRESULT hr = Range.get_top(&nVal);
hr = Range.put_top(nVal);