Excel for WPF | ComponentOne
C1.Silverlight.Excel Namespace / XLRow Class / Book Property

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