ClearFormats
ClearFormats(CellArea)
清除范围的格式。
public void ClearFormats(CellArea range)
范围 | 类型 | 描述 |
---|---|---|
range | CellArea | 要清除的范围。 |
也可以看看
- struct CellArea
- class Cells
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
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 Cells
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells