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