ImageGear .NET - Updated
ImGearExcelBookDocument Class
Members 




ImageGear24.Formats.Office Assembly > ImageGear.Formats.Office Namespace : ImGearExcelBookDocument Class
A document object that contains pages which represent an Excel document, where each page is a single sheet in the workbook.
Object Model
ImGearExcelBookDocument ClassImGearDocument ClassImGearDocumentPageArray ClassImGearPage Class
Syntax
'Declaration
 
Public Class ImGearExcelBookDocument 
   Inherits ImageGear.Core.ImGearDocument
'Usage
 
Dim instance As ImGearExcelBookDocument
public class ImGearExcelBookDocument : ImageGear.Core.ImGearDocument 
public __gc class ImGearExcelBookDocument : public ImageGear.Core.ImGearDocument 
public ref class ImGearExcelBookDocument : public ImageGear.Core.ImGearDocument 
Remarks

This class is the top level of the Excel class object hierarchy. It is used to access the individual sheets within the workbook of the document. After initially loading the document, each sheet is available as an ImGearExcelBookPage object accessible from the ImageGear.Core.ImGearDocument.Pages property. Each page will contain one entire sheet, which can be displayed or printed. If desired, the ImGearExcelBookPage object can be further paginated by calling the ImGearExcelBookPage.Repaginate method and specifying a custom, user-defined page size, or letting the page size be defined by the Excel document.

The document can be created and processed in any thread with any apartment state - STA or MTA. But if it should be displayed as well, then there are some concepts which should be taken into account.

Inheritance Hierarchy

System.Object
   ImageGear.Core.ImGearDocument
      ImageGear.Formats.Office.ImGearExcelBookDocument

See Also

Reference

ImGearExcelBookDocument Members
ImageGear.Formats.Office Namespace
ImageScaleSettings Property
ImGearNativeDisplayScaleSettings Class
ImGearWpfDisplayScaleSettings Class