GridData.GetColumnLabel
 
 
 

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.

C# Syntax

String GridData.GetColumnLabel( Int32 in_lColumnIndex );

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