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