Cells.ClearRange
ClearRange(CellArea)
Clears contents and formatting of a range.
public void ClearRange(CellArea range)
Parameter | Type | Description |
---|---|---|
range | CellArea | Range to be cleared. |
See Also
- struct CellArea
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
ClearRange(int, int, int, int)
Clears contents and formatting of a range.
public void ClearRange(int startRow, int startColumn, int endRow, int endColumn)
Parameter | Type | Description |
---|---|---|
startRow | Int32 | Start row index. |
startColumn | Int32 | Start column index. |
endRow | Int32 | End row index. |
endColumn | Int32 | End column index. |
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells