GridData.GetColumnLabel operator

Introduced

v4.0

Description

Get the label string of a row. If no label has been specified an empty string is returned.

Scripting Syntax

oString = GridData.GetColumnLabel( ColumnIndex );

Return Value

String

Parameters

Parameter Type Description
ColumnIndex long Index of the Column. The left-most column has index 0.

See Also

GridData.GetRowLabel GridData.SetColumnLabel