DeleteRange
GridCells.DeleteRange method
删除一系列单元格并根据移位选项移位单元格。
public void DeleteRange(int startRow, int startColumn, int endRow, int endColumn,
GridShiftType shiftType)
范围 | 类型 | 描述 |
---|---|---|
startRow | Int32 | 开始行索引。 |
startColumn | Int32 | 开始列索引。 |
endRow | Int32 | 结束行索引。 |
endColumn | Int32 | 结束列索引。 |
shiftType | GridShiftType | 移动单元格选项。 |
也可以看看
- enum GridShiftType
- class GridCells
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb