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