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
)
Protected Sub Clear (
isClearFormat As Boolean
)
protected:
void Clear(
bool isClearFormat
)
member Clear :
isClearFormat : bool -> unit
Parameters
-
isClearFormat
-
Type:
System
Boolean
If true, resets the cell style to "Normal" after clearing the cells.
See Also