GridData.GetRowLabel operator

Introduced

v4.0

Description

Gets the label string of a row. Returns an empty string if no label has been specified.

C# Syntax

String GridData.GetRowLabel( Int32 in_RowIndex );

Scripting Syntax

oString = GridData.GetRowLabel( RowIndex );

Return Value

String

Parameters

Parameter Type Description
RowIndex long Index of the Row. The top row has index 0.

See Also

GridData.SetRowLabel GridData.GetColumnLabel