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
)
Public Sub Clear (
isClearFormat As Boolean
)
public:
void Clear(
bool isClearFormat
)
member Clear :
isClearFormat : bool -> unit
Parameters
-
isClearFormat
-
Type:
System
Boolean
True if formatting should also be cleared.
See Also