Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / ViewLayout Enumeration

In This Topic
    ViewLayout Enumeration
    In This Topic
    Specifies variant of view layout (preview).
    Syntax
    'Declaration
     
    
    Public Enum ViewLayout 
       Inherits System.Enum
    public enum ViewLayout : System.Enum 
    Members
    MemberDescription
    NormalRepresents classic view layout.
    PageBreakPreviewRepresents preview with page break.
    PageLayoutRepresents page view layout.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Excel.ViewLayout

    See Also