Skip to main content
A newer version of this page is available. .
Row

Workbook Class

A non-visual component that provides complete spreadsheet functionality.

You require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this class in production code.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public class Workbook :
    IWorkbook,
    ISpreadsheetComponent,
    IBatchUpdateable,
    IServiceContainer,
    IServiceProvider,
    ISupportsContentChanged,
    IPrintable,
    IBasePrintable,
    ExternalWorkbook,
    IDisposable

The following members return Workbook objects:

Remarks

A Workbook class specifies the root object of the non-visual spreadsheet engine. It provides a comprehensive set of properties and methods required to create, load, modify, print and save workbooks without user interaction.

For details, see the Workbook topic and the Examples section.

Inheritance

Object
Workbook
See Also