[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PrintType

PrintType Enum

Specifies the type of print range used to print the sheet.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum PrintType
Public Enum PrintType

Fields

Name Description
All

[0] Prints the entire sheet

CellRange

[1] Prints the area specified by the PrintInfo.ColStart, PrintInfo.ColEnd, PrintInfo.RowStart, and PrintInfo.RowEnd properties

CurrentPage

[2] Prints the current page of the sheet

PageRange

[3] Prints the pages in the range specified by the PrintInfo.PageStart and PrintInfo.PageEnd properties