Aspose::Cells::Cells::ClearRange method
Cells::ClearRange(const CellArea&) method
Clears contents and formatting of a range.
void Aspose::Cells::Cells::ClearRange(const CellArea &range)
| Parameter | Type | Description |
|---|---|---|
| range | const CellArea& | Range to be cleared. |
See Also
- Class Vector
- Class CellArea
- Class Cells
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Cells::ClearRange(int32_t, int32_t, int32_t, int32_t) method
Clears contents and formatting of a range.
void Aspose::Cells::Cells::ClearRange(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn)
| Parameter | Type | Description |
|---|---|---|
| startRow | int32_t | Start row index. |
| startColumn | int32_t | Start column index. |
| endRow | int32_t | End row index. |
| endColumn | int32_t | End column index. |
See Also
- Class Vector
- Class Cells
- Namespace Aspose::Cells
- Library Aspose.Cells for C++