The requested page is not available for selected version.
SelectColumn
Syntax
long SelectColumn(int index)
Description
Select a column in the list control based on its column index.
Parameters
index
Integer value specifying the index of the column within thelist control. Note that index numbering begins with 1.
Return Value
Return 0 if the call is successful; otherwise, -1..
Notes
- This method is applicable to ListView controls only.