SpreadsheetGear The Performance Spreadsheet Component Company 
IWorksheets Interface Members
See Also  Properties  Methods 
SpreadsheetGear Namespace : IWorksheets Interface


The following tables list the members exposed by IWorksheets.

Public Properties

 NameDescription
 PropertyCount Returns the number of worksheets in the workbook.  
 PropertyItemOverloaded.   
 PropertyWorkbookSet Returns the parent workbook set of this IWorksheets.  
Top

Public Methods

 NameDescription
 MethodAdd Returns a newly created worksheet which is added to the end of the worksheet collection.  
 MethodAddAfter Creates a new worksheet and inserts it after the specified sheet.  
 MethodAddBefore Creates a new worksheet and inserts it before the specified sheet.  
 MethodContains Returns true if the specified IWorksheet is contained by the collection of worksheets, otherwise false is returned.  
Top

See Also