Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ViewType Enumeration
In This Topic
    ViewType Enumeration
    In This Topic
    Represents the view type of the worksheet.
    Syntax
    public enum ViewType : System.Enum 
    Members
    MemberDescription
    NormalView Normal.
    PageBreakPreview Page break preview.
    PageLayoutView Page layout view.
    Inheritance Hierarchy

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

    See Also