共用方式為


GridView.AddChild(Object) 方法

定義

GridViewColumn 物件加入至 GridView

protected:
 virtual void AddChild(System::Object ^ column);
protected virtual void AddChild (object column);
abstract member AddChild : obj -> unit
override this.AddChild : obj -> unit
Protected Overridable Sub AddChild (column As Object)

參數

column
Object

要加入的資料行。

適用於