ClearContents
ClearContents(GridCellArea)
清除范围的内容。
public void ClearContents(GridCellArea range)
范围 | 类型 | 描述 |
---|---|---|
range | GridCellArea | 要清除的范围。 |
也可以看看
- class GridCellArea
- class GridCells
- 命名空间 Aspose.Cells.GridDesktop.Data
- 部件 Aspose.Cells.GridDesktop
ClearContents(int, int, int, int)
清除范围的内容。
public void ClearContents(int startRow, int startColumn, int endRow, int endColumn)
范围 | 类型 | 描述 |
---|---|---|
startRow | Int32 | 开始行索引。 |
startColumn | Int32 | 开始列索引。 |
endRow | Int32 | 结束行索引。 |
endColumn | Int32 | 结束列索引。 |