Wimark.Controls Class Library  

DataGridViewRow.DataGridViewCellCollection.Item Property

Gets or sets the cell in the collection with the provided column name.

[C#] In C#, this property is the indexer for the DataGridViewRow.DataGridViewCellCollection class.

[Visual Basic]
Overloads Public Property Item( _
   ByVal columnName As String _
) As DataGridViewCell 
[C#]
public DataGridViewCell this[  
   string columnName 
] {get; set;}
[C++]
public: __property DataGridViewCell* get_Item( 
   String* columnName 
);
public: __property void set_Item( 
   String* columnName, 
   DataGridViewCell* 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewRow.DataGridViewCellCollection Class | DataGridViewRow.DataGridViewCellCollection Members | Wimark.Controls Namespace