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


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

    Parameters

    row
    The column header row index.
    column
    The column index.

    Return Value

    Returns the column label string.
    See Also