DataGridView::Item Property
.NET Framework (current version)
Provides an indexer to get or set the cell located at the intersection of the specified row and column.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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. |
Show:
