GetColumnLabel

Description

Returns the heading text for the specified column.

Columns are numbered from 1 to N, not 0 to N-1.

Syntax

VBScript


resultset.GetColumnLabel columnNum 

Perl


$resultset->GetColumnLabel(columnNum); 
Identifier
Description
resultset
A ResultSet object, representing the rows and columns of data resulting from a query.
columnNum
A Long that specifies the desired index (1-based) into the array of columns.
Return value
A String containing the column label.