Workbook Class |
Namespace: Aceoffix.ExcelWriter
The Workbook type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateSheet |
Creates a new worksheet and returns a Sheet object.
|
![]() ![]() | OpenSheet |
Opens the specified worksheet and returns a Sheet object.
|
Name | Description | |
---|---|---|
![]() | DisableSheetDoubleClick |
Sets or retrieves a value that indicates whether double-click is disabled in current Excel sheet.
|
![]() | DisableSheetRightClick |
Sets or retrieves a value that indicates whether right-click is disabled in current Excel sheet.
|
![]() | DisableSheetSelection |
Sets or retrieves a value that indicates whether selection is disabled in worksheet.
|
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.