Version

SheetCollection Class Members

The following tables list the members exposed by SheetCollection.

Public Properties
 NameDescription
Public PropertyCountGets the number of sheets in the collection.  
Public PropertyItemOverloaded. Gets the sheet at the specified index.  
Public Methods
 NameDescription
Public MethodAddCreates a new Sheet and adds it to the collection.  
Public MethodClearClears all sheets from the collection.  
Public MethodContainsDetermines whether a sheet is in the collection.  
Public MethodExistsDetermines whether a sheet with the specified name exists in the collection.  
Public MethodIndexOfGets the index of the specified sheet in the collection.  
Public MethodRemoveRemoves the specified sheet from the collection.  
Public MethodRemoveAtRemoves the sheet at the specified index from the collection.  
See Also

Reference

SheetCollection Class
Infragistics.Documents.Excel Namespace
Sheet Class
Workbook.Worksheets
Workbook.Sheets

View on GitHub