GetWorkbook Method

Summary

Retrieves the workbook associated with the current SheetEditor instance.

Syntax

TypeScript
JavaScript
SheetEditor.prototype.getWorkbook = function() 
getWorkbook(): LEADWorkbook; 

Return Value

The LEADWorkbook associated with the SheetEditor.

Remarks

This workbook contains the underlying data structure and content of the spreadsheet being edited within the editor. By accessing the workbook through this method, clients can perform various operations on the spreadsheet data, such as reading, modifying, or saving it.

Requirements

Target Platforms

See Also

SheetEditor Class

SheetEditor Members

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.