string sText = window.GeColumnText(int);
Applicable Classes: ListView
Parameters: int
- The zero based index of the column for which to get the text.
Return Value:
string sText - The text title of the ListView column.
Description:
This function returns the text (title) associated
with a ListView column. 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