====== ColumnCount ======
Property of [[:scripting:api:list-pane:start|IListPane]]
===== Description =====
Returns Column Count
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:long|long]]**
===== Syntax =====
==== JavaScript ====
var nVal = ListPane.ColumnCount;
==== Visual Basic Script ====
nVal = ListPane.ColumnCount
==== C++ ====
long nVal;
HRESULT hr = ListPane.get_ColumnCount(&nVal);
===== See Also =====
[[:scripting:api:list-pane:start|IListPane]]
~~NOTOC~~