この列が属する System.Windows.Forms.DataGrid コントロールを設定します。
Protected Overridable Sub SetDataGrid( _
ByVal value As DataGrid _)
[C#]
protected virtual void SetDataGrid(DataGridvalue);
[C++]
protected: virtual void SetDataGrid(DataGrid* value);
[JScript]
protected function SetDataGrid(
value : DataGrid);
パラメータ
- value
この列が属する System.Windows.Forms.DataGrid コントロール。
解説
通常は、 SetDataGridInColumn メソッドを使用する必要があります。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
DataGridColumnStyle クラス | DataGridColumnStyle メンバ | System.Windows.Forms 名前空間 | DataGrid