Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Workbook Class
Properties Methods


In This Topic
    Workbook Class Members
    In This Topic

    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 process for all the Cells containing a formula and update their Value properties once the process is done.  
    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 MethodSearches into the content of the Workbook and replaces all instances of the SearchValues with their corresponding NewValues.  
    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