InsertRow
GridCells.InsertRow method
在工作表中插入一个新行。
public void InsertRow(int rowIndex)
范围 | 类型 | 描述 |
---|---|---|
rowIndex | Int32 | 行索引。 |
也可以看看
- class GridCells
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb
在工作表中插入一个新行。
public void InsertRow(int rowIndex)
范围 | 类型 | 描述 |
---|---|---|
rowIndex | Int32 | 行索引。 |