ImageGear22.Formats.Office Assembly > ImageGear.Formats.Office Namespace : ImGearExcelSheetDocument Class |
'Declaration Public Class ImGearExcelSheetDocument Inherits ImageGear.Core.ImGearDocument
'Usage Dim instance As ImGearExcelSheetDocument
public class ImGearExcelSheetDocument : ImageGear.Core.ImGearDocument
public __gc class ImGearExcelSheetDocument : public ImageGear.Core.ImGearDocument
public ref class ImGearExcelSheetDocument : public ImageGear.Core.ImGearDocument
A new instance of this class is returned by the Repaginate(Double,Double) method. This method is particularly helpful when the sheets of an Excel document are large and displaying or printing each one as a single page is impractical or impossible.
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.ImGearExcelSheetDocument