DataGridView.Item Property
.NET Framework 2.0
Gets or sets the cell located at the intersection of the specified row and column.
| Name | Description |
|---|---|
| DataGridView.Item (Int32, Int32) | Gets or sets the cell located at the intersection of the row and column with the specified indexes. |
| DataGridView.Item (String, Int32) | Gets or sets the cell located at the intersection of the row with the specified index and the column with the specified name. |