ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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;}
    See Also