Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetColumnLabel Method / GetColumnLabel(Int32) Method
The column index.


In This Topic
    GetColumnLabel(Int32) Method
    In This Topic
    Gets the text in the specified column header cell.
    Syntax
    'Declaration
     
    Public Overloads Function GetColumnLabel( _
       ByVal column As Integer _
    ) As String
    'Usage
     
    Dim instance As Worksheet
    Dim column As Integer
    Dim value As String
     
    value = instance.GetColumnLabel(column)
    public string GetColumnLabel( 
       int column
    )

    Parameters

    column
    The column index.

    Return Value

    Returns the column label string.
    See Also