DataGridViewColumn コンストラクター

定義

DataGridViewColumn クラスの新しいインスタンスを初期化します。

オーバーロード

DataGridViewColumn()

DataGridViewColumn クラスの新しいインスタンスを既定の状態に初期化します。

DataGridViewColumn(DataGridViewCell)

既存の DataGridViewColumn をテンプレートとして使用して、DataGridViewCell クラスの新しいインスタンスを初期化します。

DataGridViewColumn()

DataGridViewColumn クラスの新しいインスタンスを既定の状態に初期化します。

public:
 DataGridViewColumn();
public DataGridViewColumn ();
Public Sub New ()

こちらもご覧ください

適用対象

DataGridViewColumn(DataGridViewCell)

既存の DataGridViewColumn をテンプレートとして使用して、DataGridViewCell クラスの新しいインスタンスを初期化します。

public:
 DataGridViewColumn(System::Windows::Forms::DataGridViewCell ^ cellTemplate);
public DataGridViewColumn (System.Windows.Forms.DataGridViewCell cellTemplate);
new System.Windows.Forms.DataGridViewColumn : System.Windows.Forms.DataGridViewCell -> System.Windows.Forms.DataGridViewColumn
Public Sub New (cellTemplate As DataGridViewCell)

パラメーター

cellTemplate
DataGridViewCell

テンプレートとして使用する既存の DataGridViewCell

注釈

このコンストラクターは、プロパティを CellTemplate パラメーターの値に cellTemplate 設定します。

こちらもご覧ください

適用対象