Wimark.Controls Class Library  

DataGridViewRow.DataGridViewCellCollection.Item Property

Gets or sets the cell object at the specified indexed location in the collection.

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

[Visual Basic]
Overloads Public Property Item( _
   ByVal index As Integer _
) As DataGridViewCell  Implements IList.Item 
[C#]
public DataGridViewCell this[  
   int index 
] {get; set;}
[C++]
public: __property DataGridViewCell* get_Item( 
   int index 
);
public: __property void set_Item( 
   int index, 
   DataGridViewCell* 
);

Implements

IList.Item

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