InsertRows

InsertRows(int, int, bool)

在工作表中插入多行。

public void InsertRows(int rowIndex, int totalRows, bool updateReference)
范围类型描述
rowIndexInt32行索引。
totalRowsInt32要插入的行数。
updateReferenceBoolean指示是否将更新其他工作表中的引用。

也可以看看


InsertRows(int, int, InsertOptions)

在工作表中插入多行。

public void InsertRows(int rowIndex, int totalRows, InsertOptions options)
范围类型描述
rowIndexInt32行索引。
totalRowsInt32要插入的行数。
optionsInsertOptions指示是否将更新其他工作表中的引用。

也可以看看


InsertRows(int, int)

在工作表中插入多行。

public void InsertRows(int rowIndex, int totalRows)
范围类型描述
rowIndexInt32行索引。
totalRowsInt32要插入的行数。

也可以看看