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);
IListPane