Click or drag to resize
Workbook Class
Representing an Excel document, Workbook class is used to dynamically output the data to the Excel document and control the format and the editing of the document.
Inheritance Hierarchy
SystemObject
  Aceoffix.ExcelWriterWorkbook

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public sealed class Workbook

The Workbook type exposes the following members.

Constructors
  NameDescription
Public methodWorkbook
Initializes a new instance of Workbook class.
Top
Methods
  NameDescription
Public methodCreateSheet
Creates a new worksheet and returns a Sheet object.
Public methodCode exampleOpenSheet
Opens the specified worksheet and returns a Sheet object.
Top
Properties
  NameDescription
Public propertyDisableSheetDoubleClick
Sets or retrieves a value that indicates whether double-click is disabled in current Excel sheet.
Public propertyDisableSheetRightClick
Sets or retrieves a value that indicates whether right-click is disabled in current Excel sheet.
Public propertyDisableSheetSelection
Sets or retrieves a value that indicates whether selection is disabled in worksheet.
Top
Remarks

Workbook is an important class. Workbook object is the data source of AceoffixCtrl and used as the parameter of the Aceoffix.AceoffixCtrl.Bind(Object) method. Workbook class is used to dynamically output the data to the Excel spreadsheet and control the format and the editing of the document.

See Also