SetRowLabel Method
SetRowLabel(int, int, string)
Sets the value for a specified cell in the row header on this sheet.
Declaration
public void SetRowLabel(int row, int column, string value)
Public Sub SetRowLabel(row As Integer, column As Integer, value As String)
Parameters
Type |
Name |
Description |
int |
row |
Row index
|
int |
column |
Row header column index
|
string |
value |
Text for the label
|