ColumnCount

Property of IListPane

Description

Returns Column Count

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = ListPane.ColumnCount;

==== Visual Basic Script ====

nVal = ListPane.ColumnCount

==== C++ ====

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

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