Add

Add()

将行添加到集合中。

public Row Add()

返回值

新行

也可以看看


Add(Row)

将行添加到单元格。

public void Add(Row row)
范围类型描述
rowRow新行。

也可以看看