DataGridViewComboBoxColumn::Clone Method ()

 

Creates an exact copy of this column.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual Object^ Clone() override

Return Value

Type: System::Object^

An Object that represents the cloned DataGridViewComboBoxColumn.

Use this method to duplicate a column of cells.

.NET Framework
Available since 2.0
Return to top
Show: