DataGridViewCell.DataGridViewCellAccessibleObject.Owner 屬性

定義

取得或設定擁有 的 DataGridViewCell.DataGridViewCellAccessibleObject儲存格。

public:
 property System::Windows::Forms::DataGridViewCell ^ Owner { System::Windows::Forms::DataGridViewCell ^ get(); void set(System::Windows::Forms::DataGridViewCell ^ value); };
public System.Windows.Forms.DataGridViewCell Owner { get; set; }
public System.Windows.Forms.DataGridViewCell? Owner { get; set; }
member this.Owner : System.Windows.Forms.DataGridViewCell with get, set
Public Property Owner As DataGridViewCell

屬性值

DataGridViewCell擁有 DataGridViewCell.DataGridViewCellAccessibleObject的 。

例外狀況

設定此屬性時,該 Owner 屬性已設定。

適用於

另請參閱