ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLCellRangeCollection Class / Sheet Property

In This Topic
    Sheet Property (XLCellRangeCollection)
    In This Topic
    Gets the XLSheet object that owns the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Sheet As XLSheet
    public XLSheet Sheet {get;}
    See Also