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