DataGridView.Item Property
.NET Framework 3.5
Provides an indexer to get or set the cell located at the intersection of the specified row and column.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Item[Int32, Int32] | Provides an indexer to get or set the cell located at the intersection of the column and row with the specified indexes. |
|
Item[String, Int32] | Provides an indexer to get or set the cell located at the intersection of the row with the specified index and the column with the specified name. |