AddClone

RowCollection.AddClone method

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

public IRow[] AddClone(IRow templ, bool withAttachedRows)
范围类型描述
templIRow用作模板的行。
withAttachedRowsBooleanTrue 也复制附加到模板行的所有行。

返回值

添加行。

也可以看看