DataGridViewCellCollection.Item Property (Int32)
Gets or sets the cell at the provided index location. In C#, this property is the indexer for the DataGridViewCellCollection class.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
- Type: System.Int32
The zero-based index of the cell to get or set.
Property Value
Type: System.Windows.Forms.DataGridViewCellThe DataGridViewCell stored at the given index.
| Exception | Condition |
|---|---|
| ArgumentNullException | The specified value when setting this property is null. |
| InvalidOperationException | The specified cell when setting this property already belongs to a DataGridView control. -or- The specified cell when setting this property already belongs to a DataGridViewRow. |
| ArgumentOutOfRangeException | index is less than 0. -or- index is equal to or greater than the number of cells in the collection. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.