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 Landscape mode.
    NoComments Landscape mode.
    SheetEnd Landscape mode.
    Inheritance Hierarchy

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

    See Also