Click or drag to resize

XlsName Clear Method (Boolean)

Clear the contents of the Range with formatting.

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

Parameters

isClearFormat
Type: System Boolean
True if formatting should also be cleared.
See Also