v4.0
Sets the label for a Row. Labels are optional. The visual appearance of row labels can be tweaked with the siUIGridHideRowHeader and siUIGridLockRowHeader attributes (see siPPGItemAttribute). Once labels are specified it is possible to access data via the labels rather than the cell index in methods like GridData.SetCell.
GridData.SetRowLabel( RowIndex, [Label] ); |
Parameter | Type | Description |
---|---|---|
RowIndex | long | Index of the Row. The top row has index 0. |
Label | String | New Label, or an empty string to remove the label |