ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLShape Class / Workbook Property

In This Topic
    Workbook Property
    In This Topic
    Gets a reference to the parent C1XLBook object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Workbook As C1XLBook
    public C1XLBook Workbook {get;}
    See Also