XLSheetCollection Class Properties
In This Topic
For a list of all members of this type, see XLSheetCollection members.
Public Properties
| 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. |
| SelectedIndexes | Gets or sets the index array of the sheets that is selected when a C1XLBook file is loaded into Excel. |
Top
See Also