.NET Framework Class Library
DataGridView..::.Item Property
Provides an indexer to get or set the cell located at the intersection of the specified row and column.
|
| Name | Description |
|---|
.gif) | 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. |
.gif) | 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. |
Top
Reference