C1.WPF.Excel Namespace : XLSheetCollection Class |
The following tables list the members exposed by XLSheetCollection.
Name | Description | |
---|---|---|
Book | Gets a reference to the C1XLBook that owns the collection. | |
Count | Gets the number of XLSheet objects in the collection. | |
FirstIndex | Gets or sets the index of the sheet that is initially opened when a C1XLBook file is loaded into Excel. | |
Item | Overloaded. Gets the XLSheet at a given position in the collection. | |
SelectedIndex | Gets or sets the index of the sheet that is selected when a C1XLBook file is loaded into Excel. |
Name | Description | |
---|---|---|
Add | Overloaded. Creates a new XLSheet and appends it to the collection. | |
Clear | Removes all items from the collection. | |
Contains | Overloaded. Determines whether the collection contains a specific XLSheet object. | |
IndexOf | Overloaded. Gets the index of a given XLSheet in the collection. | |
Insert | Overloaded. Creates a new XLSheet and inserts it at a specific position in the collection. | |
Remove | Overloaded. Removes an XLSheet from the collection. | |
RemoveAt | Removes the XLSheet at a specific index from the collection. |