RowLabel Property (DataGrid)

       

Returns or sets a specific row label in the current data grid associated with a chart.

Syntax

object.RowLabel (row, labelIndex ) [ = text ]

The RowLabel property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
row Integer. Specifies a row. Rows are numbered from top to bottom beginning at 1.
labelIndex Integer. Specifies a specific level of row labels. Row labels are numbered from left to right beginning at 1.
text String. Text of the row label.