====== LineCount ======
Property of [[:scripting:api:output-pane:start|IOutputPane]]
===== Description =====
Returns lines count
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:long|long]]**
===== Syntax =====
==== JavaScript ====
var nCount = OutputPane.LineCount;
==== Visual Basic Script ====
nCount = OutputPane.LineCount
==== C++ ====
long nCount;
HRESULT hr = OutputPane.get_LineCount(&nCount);
===== See Also =====
[[:scripting:api:output-pane:start|IOutputPane]]
~~NOTOC~~