Clears the C1XLBook, restoring the initial state with a single XLSheet called "Sheet1".

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public void Clear()
Visual Basic
Public Sub Clear

Remarks

The Clear()()()() method restores the C1XLBook object to its initial state, with a single empty sheet called "Sheet1" and the DefaultFont set to 10pt Arial.

See Also