Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PageSettings Class
Properties

In This Topic
    PageSettings Class Members
    In This Topic

    The following tables list the members exposed by PageSettings.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Returns True to align the header and the footer with the margins set in the page setup options.  
    Public Property True if elements of the document will be printed in black and white.  
    Public Property Returns or sets the size of the bottom margin, in points.  
    Public Property Returns or sets the alignment of text on the center footer of the page.  
    Public PropertyReturns a IGraphic object that represents the picture for the center section of the footer. Used to set attributes about the picture.  
    Public Property Returns or sets the alignment of text on the center header of the page.  
    Public PropertyReturns a IGraphic object that represents the picture for the center section of the header. Used to set attributes about the picture.  
    Public Property True if the sheet is centered horizontally on the page when it's printed.  
    Public Property True if the sheet is centered vertically on the page when it's printed.  
    Public Property True if the sheet will be printed without graphics.  
    Public Property Returns or sets the size of the footer margin, in points.  
    Public Property Returns or sets the size of the header margin, in points.  
    Public Property Returns or sets the alignment of text on the left footer of the page.  
    Public PropertyReturns a IGraphic object that represents the picture for the left section of the footer. Used to set attributes about the picture.  
    Public Property Returns or sets the alignment of text on the left header of the page.  
    Public PropertyReturns a IGraphic object that represents the picture for the left section of the header. Used to set attributes about the picture.  
    Public Property Returns or sets the size of the left margin, in points.  
    Public Property Represents the height in points of the paper, considered page orientation.  
    Public Property Represents the width in points of the paper, considered page orientation.  
    Public Property Returns or sets an PrintErrors contstant specifying the type of print error displayed. This feature allows users to suppress the display of error values when printing a worksheet.  
    Public Property True if cell gridlines are printed on the page. Applies only to worksheets.  
    Public Property Returns or sets the alignment of text on the right footer of the page.  
    Public PropertyReturns a IGraphic object that represents the picture for the right section of the footer. Used to set attributes of the picture.  
    Public Property Returns or sets the alignment of text on the right header of the page.  
    Public PropertyReturns a IGraphic object that represents the picture for the right section of the header. Used to set attributes of the picture.  
    Public Property Returns or sets the size of the right margin, in points.  
    Public Property Returns or sets if the header and footer should be scaled with the document when the size of the document changes.  
    Public Property Returns or sets the size of the top margin, in points.  
    Top
    See Also