InsertRows
InsertRows(int, int, bool)
在工作表中插入多行。
public void InsertRows(int rowIndex, int totalRows, bool updateReference)
范围 | 类型 | 描述 |
---|---|---|
rowIndex | Int32 | 行索引。 |
totalRows | Int32 | 要插入的行数。 |
updateReference | Boolean | 指示是否将更新其他工作表中的引用。 |
也可以看看
- class GridCells
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb
InsertRows(int, int)
在工作表中插入多行。
public void InsertRows(int rowIndex, int totalRows)
范围 | 类型 | 描述 |
---|---|---|
rowIndex | Int32 | 行索引。 |
totalRows | Int32 | 要插入的行数。 |
也可以看看
- class GridCells
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb