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