Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Workbook Class

In This Topic
    Workbook Class Properties
    In This Topic

    For a list of all members of this type, see Workbook members.

    Public Properties
     NameDescription
    Public Property Gets the active sheet.  
    Public Property This api is obsolete, please use Formula2 to get or set dynamic array formula.  
    Public Property Gets or sets the author.  
    Public Property Determines whether to parse automatically when setting range value to string value.  
    Public Property Determines whether to round the number to 15 significant figures when getting the value.  
    Public Property Returns an object that represents the view settings of this workbook(read-only).  
    Public Property Gets a collection that represents all the built-in document properties of the workbook.  
    Public Property [Init-only] Gets or sets culture for the workbook. The culture must contain both country/region and language.  
    Public Property Gets a collection that represents all the custom document properties of the workbook.  
    Public Property Gets the custom views of the workbook.  
    Public Property Specifies the table style that is used as the default TableStyle.  
    Public Property Gets or sets whether update the dirty state of the formula cells immediately when changing the value of a cell.  
    Public Property Specifies whether the calculation engine is working.  
    Public Propertystatic (Shared in Visual Basic) Gets or sets the location of font files that will be used when exporting pdf.  
    Public Property Returns the name of the workbook, including its path on disk.  
    Public Property Provides graphics information. If this property doesn't have value, the workbook will use built-in graphic information.  
    Public Property Filters data in a workbook based on a cell icon from the IconSets collection. This property is read-only.  
    Public Propertystatic (Shared in Visual Basic) Gets or sets the logger factory shared by all workbooks.  
    Public Property Get or set a string value that represents the name of the workbook.  
    Public PropertyReturns the INames collection that represents the workbook-specified names. The Names object is read-only.  
    Public PropertyReturns the IExcelOptions object that represents some settings to control workbook behavior.  
    Public Property Gets or sets a string that represents the path to the workbook file that this workbook object represents.  
    Public Property Gets a PivotCaches collection that represents all the PivotTable caches in the specified workbook.  
    Public Property True if the order of the sheets in the workbook is protected. Read-only Boolean.  
    Public Property True if the windows of the workbook are protected. Read-only Boolean.  
    Public Property Gets or sets the reference style.  
    Public Property Determines whether to reset adjacent range's border when setting border for a range. The default value of this property is true.  
    Public PropertyReturns a IWorksheets collection that represents all the selected sheets in the specified workbook.  
    Public Property Gets or sets a value indicating whether the PivotTable field list can be shown. Default is true.  
    Public Property Gets a collection of Signature objects that correspond to the digital signature attached to a document.  
    Public PropertyGets the ISlicerCaches object associated with the workbook.  
    Public Property Provides access to the collection of cell styles in the current workbook.  
    Public Property Gets the table styles used in the current workbook.  
    Public Propertystatic (Shared in Visual Basic) Gets or sets the json serializer/deserializer for custom type.  
    Public Property Returns an instance of ITheme which provides access to the theme associated with a workbook.  
    Public Propertystatic (Shared in Visual Basic) Gets or sets the json serializer/deserializer for custom cell values  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the singleton instance of the IWebRequestHandler implementation that will be used to handle web requests. This property provides a centralized way to access and set the web request handler for the application.  
    Public Property Gets a collection of worksheets contained in the workbook.  
    Public PropertyReturns a WriteProtection object that provides access to the workbook write protection options.  
    Top
    See Also