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