DataGridViewRow::CreateCellsInstance Method ()
.NET Framework (current version)
Constructs a new collection of cells based on this row.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Return Value
Type: System.Windows.Forms::DataGridViewCellCollection^The newly created DataGridViewCellCollection.
This method creates an empty DataGridViewCellCollection with the Count property set to 0.
Notes to Inheritors:
Typically, derived classes should implement their own version of the CreateCellsInstance method and not call the base class version.
.NET Framework
Available since 2.0
Available since 2.0
Show: