FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Row Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the cell value specified by the column name in this row.
    Syntax
    'Declaration
     
    
    Public Overloads Property Item( _
       ByVal columnName As String _
    ) As Object
    public object Item( 
       string columnName
    ) {get; set;}

    Parameters

    columnName
    See Also