ImageGear22.Formats.Office Assembly > ImageGear.Formats.Office Namespace : ImGearExcelBookDocument Class |
'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
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.
System.Object
ImageGear.Core.ImGearDocument
ImageGear.Formats.Office.ImGearExcelBookDocument