Gets or sets the cell that corresponds to .
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal 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
) {get;}
Parameters
- name
- The name of the cell to retrieve.
Property Value
A reference to the
Xceed.Grid.Cell object that corresponds to . always corresponds to the value of the parent column's
Xceed.Grid.Column.FieldName property.
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