Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PrintLocation Enumeration
In This Topic
    PrintLocation Enumeration
    In This Topic
    Represents the way comments are printed with the sheet.
    Members
    MemberDescription
    InPlaceComments will be printed where they were inserted on the worksheet.
    NoCommentsComments will not be printed.
    SheetEndComments will be printed as end notes at the end of the worksheet.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.PrintLocation

    See Also