int iCount = window.GeColumnCount();
Applicable Classes: ListView
Parameters: None
Return Value:
int iCount - The number of columns in a ListView.
Description:
This function returns the total number of columns
in a ListView. If the ListView is set up in such a way that there are
no columns, this will produce an error.
For an example, see the ListView
functions page.
See Also: ListView
Functions