Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / CellList Class / Item Property / Item(String) Property
The name of the cell to retrieve.


In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the cell that corresponds to name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As Cell
    'Usage
     
    Dim instance As CellList
    Dim name As String
    Dim value As Cell
     
    value = instance.Item(name)
    public Cell Item( 
       string name
    ) {get;}

    Parameters

    name
    The name of the cell to retrieve.

    Property Value

    A reference to the Xceed.Grid.Cell object that corresponds to name. name always corresponds to the value of the parent column's Xceed.Grid.Column.FieldName property.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also