AddClone

RowCollection.AddClone 方法

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

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

返回值

添加的行。

另请参见