====== Line ====== Property of [[:scripting:api:position:start|IPosition]] ===== Description ===== Line ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:long|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 ===== [[:scripting:api:position:start|IPosition]] ~~NOTOC~~