ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLSheet Class / ViewLayout Property

In This Topic
    ViewLayout Property
    In This Topic
    Gets or sets whether Excel should show view layout (preview) when displaying the sheet.
    Syntax
    'Declaration
     
    Public Property ViewLayout As ViewLayout
    public ViewLayout ViewLayout {get; set;}
    Remarks
    For BIFF8 (xls) format page view layout (PageLayout) is limitation.
    See Also