top
Property of IRange
Description
Top
Property type
Read-Write Property of type long
Syntax
JavaScript
var nVal = Range.top; Range.top = nVal;
==== Visual Basic Script ====
nVal = Range.top Range.top = nVal
==== C++ ====
long nVal; HRESULT hr = Range.get_top(&nVal); hr = Range.put_top(nVal);
===== See Also ===== IRange