v4.0
Gets the label string of a row. Returns an empty string if no label has been specified.
String GridData.GetRowLabel( Int32 in_RowIndex ); |
oString = GridData.GetRowLabel( RowIndex ); |
Parameter | Type | Description |
---|---|---|
RowIndex | long | Index of the Row. The top row has index 0. |