Spread for ASP.NET 12 Product Documentation
PrintType Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : PrintType Enumeration
Specifies the type of print range used to print the sheet.
Syntax
'Declaration
 
Public Enum PrintType 
   Inherits System.Enum
'Usage
 
Dim instance As PrintType
public enum PrintType : System.Enum 
Members
MemberDescription
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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.PrintType

See Also

Reference

FarPoint.Web.Spread Namespace