Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Columns Class / GetByLabel Method / GetByLabel(String) Method
The label for the column.


In This Topic
    GetByLabel(String) Method
    In This Topic
    Finds the column that has the specified label.
    Syntax
    'Declaration
     
    Public Overloads Function GetByLabel( _
       ByVal label As String _
    ) As Column
    'Usage
     
    Dim instance As Columns
    Dim label As String
    Dim value As Column
     
    value = instance.GetByLabel(label)
    public Column GetByLabel( 
       string label
    )

    Parameters

    label
    The label for the column.

    Return Value

    Returns a Column object.
    See Also