scripting:api:list-pane:column-count

ColumnCount

Property of IListPane

Returns Column Count

Read-Only Property of type long

var nVal = ListPane.ColumnCount;

==== Visual Basic Script ====

nVal = ListPane.ColumnCount

==== C++ ====

long nVal;
HRESULT hr = ListPane.get_ColumnCount(&nVal);

===== See Also ===== IListPane