FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / Row Class / Item Property / Item(String) Property
Name of the Column that contains the data.

In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the data stored in this row at a specific column.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    Public Overloads Property Item( _
       ByVal colName As String _
    ) As Object
    [Browsable(false)]
    public object Item( 
       string colName
    ) {get; set;}

    Parameters

    colName
    Name of the Column that contains the data.

    Property Value

    The data stored in this row at a specific column.
    Remarks
    Columns are identified by their Column.ColumnName property.
    See Also