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