Line
Property of IPosition
Description
Line
Property type
Read-Write Property of type long
Syntax
JavaScript
var nVal = Position.Line; Position.Line = nVal;
==== Visual Basic Script ====
nVal = Position.Line Position.Line = nVal
==== C++ ====
long nVal; HRESULT hr = Position.get_Line(&nVal); hr = Position.put_Line(nVal);
===== See Also ===== IPosition