ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLSheetCollection Class
Properties Methods


In This Topic
    XLSheetCollection Class Members
    In This Topic

    The following tables list the members exposed by XLSheetCollection.

    Public Properties
     NameDescription
    Public PropertyGets a reference to the C1XLBook that owns the collection.  
    Public PropertyGets the number of XLSheet objects in the collection.  
    Public PropertyGets or sets the index of the sheet that is initially opened when a C1XLBook file is loaded into Excel.  
    Public PropertyOverloaded. Gets the XLSheet at a given position in the collection.  
    Public PropertyGets or sets the index of the sheet that is selected when a C1XLBook file is loaded into Excel.  
    Public PropertyGets or sets the index array of the sheets that is selected when a C1XLBook file is loaded into Excel.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates a new XLSheet and appends it to the collection.  
    Public MethodRemoves all items from the collection.  
    Public MethodOverloaded. Determines whether the collection contains a specific XLSheet object.  
    Public MethodOverloaded. Gets the index of a given XLSheet in the collection.  
    Public MethodOverloaded. Creates a new XLSheet and inserts it at a specific position in the collection.  
    Public MethodOverloaded. Removes an XLSheet from the collection.  
    Public MethodRemoves the XLSheet at a specific index from the collection.  
    Top
    See Also