Click or drag to resize

XlsRange Clear Method (Boolean)

Clears the cells in the specified range and optionally resets the cell style to "Normal".

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected void Clear(
	bool isClearFormat
)

Parameters

isClearFormat
Type: System Boolean
If true, resets the cell style to "Normal" after clearing the cells.
See Also