'Declaration Public Overloads Function GetColumnLabel( _ ByVal row As System.Integer, _ ByVal column As System.Integer _ ) As System.String
'Usage Dim instance As Worksheet Dim row As System.Integer Dim column As System.Integer Dim value As System.String value = instance.GetColumnLabel(row, column)
Parameters
- row
- The column header row index.
- column
- The column index.
Return Value
Returns the column label string.