'Declaration Public Sub SetColumnLabel( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As String _ )
Parameters
- row
- Row index of the cell in the column header
- column
- Column index
- value
- Text for the label
'Declaration Public Sub SetColumnLabel( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As String _ )