Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Rows Class / Item Property / Item(String) Property
The tag for which to retrieve the row index.


In This Topic
    Item(String) Property
    In This Topic
    Gets the row for the specified tag.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal tag As String _
    ) As Row
    'Usage
     
    Dim instance As Rows
    Dim tag As String
    Dim value As Row
     
    value = instance.Item(tag)
    public Row Item( 
       string tag
    ) {get;}

    Parameters

    tag
    The tag for which to retrieve the row index.

    Property Value

    The row object.
    See Also