XlsName
Clear Method (ExcelClearOptions)
|
Clears the Content, formats, comments based on clear option.
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(
ExcelClearOptions option
)
Public Sub Clear (
option As ExcelClearOptions
)
public:
virtual void Clear(
ExcelClearOptions option
) sealed
abstract Clear :
option : ExcelClearOptions -> unit
override Clear :
option : ExcelClearOptions -> unit
Parameters
-
option
-
Type:
Spire.Xls
ExcelClearOptions
Implements
IXLSRange
Clear(ExcelClearOptions)
See Also