ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLSheetCollection Class / Book Property

In This Topic
    Book Property (XLSheetCollection)
    In This Topic
    Gets a reference to the C1XLBook that owns the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Book As C1XLBook
    public C1XLBook Book {get;}
    See Also