The requested page is not available for selected version.
GetColumnName
Syntax
String GetColumnName(int index)
Description
Retrieve the header name of the specified column of the object.
Parameters
index
Integer index of the column. Column indexes start from zero, proceeding from left to right.
Return Value
String value indicating the column name. If the call is unsuccessful, return null.
Notes
- This method is currently supported only by the C# harness.