'Declaration Public Sub SetRowLabel( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal value As System.String _ )
'Usage Dim instance As Worksheet Dim row As System.Integer Dim column As System.Integer Dim value As System.String instance.SetRowLabel(row, column, value)
Parameters
- row
- The row index.
- column
- The row header column index.
- value
- The label text.