scripting:api:list-pane:column-count

ColumnCount

Property of IListPane

Returns Column Count

Read-Only Property of type long

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