Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Rows Class / GetByLabel Method / GetByLabel(String) Method
The label of the row.


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

    Parameters

    label
    The label of the row.

    Return Value

    Returns a Row object for the specified label.
    See Also