Click or drag to resize
PageSetupElement Class
Used to change various aspects of the exported page - header/footer, layout, margins, etc.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.GridExcelBuilder.AbstractElementBase
    Kettic.AspNet.Controls.GridExcelBuilderPageSetupElement

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 PageSetupElement : ElementBase

The PageSetupElement type exposes the following members.

Constructors
  NameDescription
Public methodPageSetupElement
Top
Properties
  NameDescription
Public propertyPageFooterElement
Used to setup a page footer's margins and content
Public propertyPageHeaderElement
Used to setup a page header's margins and content
Public propertyPageLayoutElement
Determines the page orientation
Public propertyPageMarginsElement
Determines the page margins
Top
See Also