[]
Sets the value for a specified cell in a column header.
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 | Row index of the cell in the column header |
| int | column | Column index |
| string | value | Text for the label |