[]
Gets the text in the specified row header cell on this sheet.
public string GetRowLabel(int row, int column)
Public Function GetRowLabel(row As Integer, column As Integer) As String
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Row header column index |
Type | Description |
---|---|
string | A text in the specified row header cell. |