[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PrintHeaderFooterAreaEventArgs

PrintHeaderFooterAreaEventArgs Class

Represents the event data for the PrintHeaderFooterArea event for the Spread component, which occurs when the background is printing.

Inheritance
PrintHeaderFooterAreaEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class PrintHeaderFooterAreaEventArgs : EventArgs
Public Class PrintHeaderFooterAreaEventArgs
    Inherits EventArgs

Constructors

Name Description
PrintHeaderFooterAreaEventArgs(SpreadView, Graphics, bool, Rectangle, int, CellRange)

Creates a new object with the PrintBackground event arguments.

Properties

Name Description
Cancel

Gets or sets the cancel flag.

Cells

Returns the range of cells being printed.

Graphics

Gets or sets the graphics device that does the printing.

IsHeader

Gets whether the header or footer is being printed.

PageNumber

Gets or sets the current page being printed.

Rectangle

Gets or sets the rectangular area that represents the sheet.