Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintLocation Enumeration
In This Topic
    PrintLocation Enumeration
    In This Topic
    Represents the way comments are printed with the sheet.
    Syntax
    public enum PrintLocation : System.Enum 
    Members
    MemberDescription
    InPlace Comments will be printed where they were inserted on the worksheet.
    NoComments Comments will not be printed.
    SheetEnd Comments will be printed as end notes at the end of the worksheet.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.PrintLocation

    See Also