Click or drag to resize
PageLayoutElement Class
Used to change the page orientation and alignment. The effect of these settings is visible in Print mode only.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.GridExcelBuilder.AbstractElementBase
    Kettic.AspNet.Controls.GridExcelBuilderPageLayoutElement

Namespace: Kettic.AspNet.Controls.GridExcelBuilder
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class PageLayoutElement : ElementBase

The PageLayoutElement type exposes the following members.

Constructors
  NameDescription
Public methodPageLayoutElement
Top
Properties
  NameDescription
Public propertyIsCenteredHorizontal
Determines whether the page will be centered horizontally
Public propertyIsCenteredVertical
Determines whether the page will be centered vertically
Public propertyPageOrientation
Sets the page orientation to portrait (default) or landscape
Top
See Also