AddClone

RowCollection.AddClone 方法

创建指定模板行的副本,并将其插入到表的底部。

public IRow[] AddClone(IRow templ, bool withAttachedRows)
参数类型描述
templIRow用作模板的行。
withAttachedRowsBoolean如果为 true,还复制所有附加到模板行的行。

返回值

添加的行。

另见