Creates a copy of this C1Excel book.

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

Syntax

C#
public C1XLBook Clone()
Visual Basic
Public Function Clone As C1XLBook

Return Value

A new C1XLBook object with the same contents and formatting as this book.

See Also