[]
        
(Showing Draft Content)

FarPoint.Web.Spread.PrintEventArgs

PrintEventArgs Class

Represents the event data for a Print event.

Inheritance
PrintEventArgs
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class PrintEventArgs : EventArgs
Public Class PrintEventArgs
    Inherits EventArgs

Constructors

Name Description
PrintEventArgs(int, bool, bool, bool)

Creates a new object with the Print event arguments.

PrintEventArgs(int, bool, bool, bool, int)

Creates a new object with the Print event arguments.

Properties

Name Description
Content

Gets or sets the HTML content for the header or the footer of the sheet. For the header, the default is the sheet name. For the footer, the default is an empty string.

Header

Gets whether to print the sheet header.

PageBreak

Gets or sets whether to include a page break.

Row

Gets the row index.

SheetIndex

Gets the index of the sheet to print.

Skip

Gets or sets whether to skip printing this sheet.