C1.Excel Assembly / C1.Excel Namespace / C1XLBook Class / Clone Method

In This Topic
Clone Method (C1XLBook)
In This Topic
Creates a copy of this C1Excel book.
Syntax
'Declaration
 
Public Function Clone() As C1XLBook
 

Return Value

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