Spread ASP.NET 6.0 Product Documentation
PrintType Enumeration
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : PrintType Enumeration


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Enum PrintType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As PrintType
C# 
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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.