The requested page is not available for selected version.
GetHeaderName
Syntax
string GetHeaderName(int index)
Description
Retrieve the column header text by its column index.
Parameters
index
Integer index of column in the object. Note that index numbering begins with 1.
Return Value
String value indicating the column header name.
Notes
- This method is applicable to ListView controls only.