Spread Windows Forms 12.0 Product Documentation
PrintLocation Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace : PrintLocation Enumeration
Specifies the way that comments are printed with the sheet.
Syntax
'Declaration
 
Public Enum PrintLocation 
   Inherits System.Enum
'Usage
 
Dim instance As PrintLocation
public enum PrintLocation : System.Enum 
Members
MemberDescription
PrintInPlaceComments will be printed where they were inserted in the worksheet.
PrintNoCommentsComments will not be printed.
PrintSheetEndComments will be printed as end notes at the end of the worksheet.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Printing.PrintLocation

See Also

Reference

GrapeCity.Spreadsheet.Printing Namespace