ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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
    public C1XLBook Clone()

    Return Value

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