GrapeCity.Documents.Excel Namespace / IWorksheets Interface
Properties Methods

IWorksheets Interface Members

The following tables list the members exposed by IWorksheets.

Public Properties
 NameDescription
 Property Returns the number of objects in the collection (read-only).  
 PropertyOverloaded.  Gets the worksheet using the index.  
Top
Public Methods
 NameDescription
 MethodOverloaded.  Creates a new worksheet. The new worksheet becomes the active sheet.  
 Method Creates a new worksheet and inserts it after the specified sheet.  
 Method Creates a new worksheet and inserts it before the specified sheet.  
 Method Returns true if the specified Worksheet is contained by the collection of worksheets; otherwise, false is returned.  
 Method Copies the sheet collection to the end of the specified workbook.  
 Method Copies the sheet collection to the location after the specified sheet.  
 Method Copies the sheet collection to the location before the specified sheet.  
 Method (Inherited from System.Collections.Generic.IEnumerable<IWorksheet>)
 Method Returns the zero-based index of the specified worksheet in the collection.  
 Method Moves the sheet collection to the end of the specified workbook.  
 Method Moves the sheet collection to the location after the specified sheet.  
 Method Moves the sheet collection to the location before the specified sheet.  
 Method Selects the object.  
Top
See Also