Click or drag to resize

XlsWorksheet FreeRange Method

Clears the specified range of cells in the worksheet.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected void FreeRange(
	CellRange range
)

Parameters

range
Type: Spire.Xls CellRange
The range of cells to clear.
See Also