System.Windows.Forms.DataGridViewRow.Cells Property

Gets the collection of cells that populate the row.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.Browsable(false)]
public DataGridViewCellCollection Cells { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the row does not contain any cells when this property is accessed, a new empty System.Windows.Forms.DataGridViewCellCollection will be created by a call to the DataGridViewRow.CreateCellsInstance method.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0