'Declaration Public Sub SetColumnLabel( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As String _ )
Parameters
- row
- The column header row index.
- column
- The column index.
- value
- Text for the label.
'Declaration Public Sub SetColumnLabel( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As String _ )