ImageGear v26.3 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office Namespace / ImGearExcelPage Class
Members




In This Topic
    ImGearExcelPage Class
    In This Topic
    Represents Microsoft Excel document pages.
    Object Model
    ImGearExcelPage Class
    Syntax
    'Declaration
     
    Public Class ImGearExcelPage 
       Inherits ImGearOfficePage
    'Usage
     
    Dim instance As ImGearExcelPage
    public class ImGearExcelPage : ImGearOfficePage 
    public __gc class ImGearExcelPage : public ImGearOfficePage 
    public ref class ImGearExcelPage : public ImGearOfficePage 
    Remarks
    This class represents a single page from a Microsoft Excel document.
    Inheritance Hierarchy

    System.Object
       ImageGear.Core.ImGearPage
          ImageGear.Core.ImGearVectorPage
             ImageGear.Formats.Office.ImGearOfficePage
                ImageGear.Formats.Office.ImGearExcelPage

    See Also