DataGridViewColumn.Site 屬性

定義

取得或設定資料行的站台。

public:
 property System::ComponentModel::ISite ^ Site { System::ComponentModel::ISite ^ get(); void set(System::ComponentModel::ISite ^ value); };
[System.ComponentModel.Browsable(false)]
public System.ComponentModel.ISite Site { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Site : System.ComponentModel.ISite with get, set
Public Property Site As ISite

屬性值

ISite

ISite,與資料行相關聯 (如果有資料行)。

實作

屬性

適用於

另請參閱