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

要添加的列。

适用于