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


The following tables list the members exposed by IWorkbooks.

Public Properties

 NameDescription
 PropertyCount Returns the number of workbooks in the workbook set.  
 PropertyItemOverloaded.   
 PropertyWorkbookSet Returns the parent workbook set of this IWorkbooks.  
Top

Public Methods

 NameDescription
 MethodAdd Returns a newly created workbook.  
 MethodClose Closes all of the workbooks in a workbook set.  
 MethodContains Returns true if the specified IWorkbook is contained by the collection of workbooks, otherwise false is returned.  
 MethodOpen Open an existing workbook in a newly created instance of IWorkbook.  
 MethodOpenFromMemory Open an existing workbook in a newly created instance of IWorkbook.  
 MethodOpenFromStream Open an existing workbook in a newly created instance of IWorkbook.  
Top

See Also