SetColumnLabel Method
SetColumnLabel(int, int, string)
Sets the value for a specified cell in a column header.
Declaration
public void SetColumnLabel(int row, int column, string value)
Public Sub SetColumnLabel(row As Integer, column As Integer, value As String)
Parameters
Type |
Name |
Description |
int |
row |
Row index of the cell in the column header
|
int |
column |
Column index
|
string |
value |
Text for the label
|