ImageGear for .NET
ImGearExcelBookPage Class
Members  See Also  Send Feedback
ImageGear21.Formats.Office Assembly > ImageGear.Formats.Office Namespace : ImGearExcelBookPage Class




Glossary Item Box

A page object that represents an entire sheet from an Excel workbook as a single page.

Object Model

ImGearExcelBookPage ClassImGearPage ClassImGearRasterPage ClassImGearExcelSheetDocument Class

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Remarks

This class is used to display or print the entire sheet of an Excel document as a single page. To break a sheet into smaller pages displaying or printing, see the Repaginate(Double,Double) method.

Note: Use caution when displaying or printing a sheet as a single page. Because of the large sizes that are possible with Excel sheets, it’s possible that the memory necessary to render the page will exceed the resources of the system. In general, sheets with less than 20,000 cells are safe for rendering as a single page on a modern system. Though keep in mind, the larger the sheet the more time that will be needed to render the page. It is recommended that the paginated ImGearExcelSheetPage objects be used for displaying or printing by default unless the size the worksheets are known.

Inheritance Hierarchy

System.Object
   ImageGear.Core.ImGearPage
      ImageGear.Core.ImGearVectorPage
         ImageGear.Formats.Office.ImGearExcelBookPage

See Also

©2013. Accusoft Corporation. All Rights Reserved.