Xceed Workbooks for .NET v1.4 Documentation
Workbook Class Members
Properties  Methods 


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace : Workbook Class

The following tables list the members exposed by Workbook.

Public Properties
 NameDescription
Public PropertyGets if the Workbook is currently protected. The default value is false.  
Public PropertyGets the name of the Workbook.  
Public PropertyGets the WorkbookProtection as a read-only object.  
Public PropertyGets the Workbook's Theme.  
Public PropertyGets the list of all the WorkbookViews.  
Public PropertyGets the collection of Worksheet that is part of this Workbook. A Workbook always have at least one Worksheet.  
Top
Public Methods
 NameDescription
Public MethodStarts the calculation for all the Worksheets with cells containing a formula and update their Value properties.  
Public MethodClears specific elements in the Workbook.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a new Workbook.  
Public Method  
Public Methodstatic (Shared in Visual Basic)Overloaded. Loads an existing Workbook.  
Public Method

Protects a Workbook by enabling or disabling specific actions. 

This can be done with or without a password.

 
Public MethodSearches into the content of the Workbook and replaces all occurences of a specific value with a new value.  
Public MethodSaves the Workbook.  
Public MethodOverloaded. Saves the Workbook as a stream or as a new document.  
Public MethodRemoves the protection that was added on the Workbook.  
Top
See Also

Reference

Workbook Class
Xceed.Workbooks.NET Namespace