DataGridViewColumn.Site 屬性
定義
取得或設定資料行的站台。Gets or sets the site of the column.
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,與資料行相關聯 (如果有資料行)。The ISite associated with the column, if any.
實作
- 屬性