ExcelWorkbook Members

Office Open XML

The ExcelWorkbook type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
CalcMode
Calculation mode for the workbook.
MaxFontWidth
Max font width for the workbook
Names
Provides access to named ranges
Properties
The office document properties
Protection
Access properties to protect or unprotect a workbook
Styles
Package styles collection. Used internally to access style data.
StylesXml
Provides access to the XML data representing the styles in the package.
View
Access to workbook view properties
WorkbookXml
Provides access to the XML data representing the workbook in the package.
Worksheets
Provides access to all the worksheets in the workbook.

See Also