DataGridViewComboBoxColumn Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DataGridViewTextBoxColumn class to the default state.
public:
DataGridViewComboBoxColumn();
public DataGridViewComboBoxColumn ();
Public Sub New ()
Remarks
When initializing a new DataGridViewComboBoxColumn instance, this constructor sets the CellTemplate property to a new DataGridViewComboBoxCell instance.