ComponentOne Reports for WPF
C1.C1Report Namespace / XlsFilter Class / FreezePageHeader Property

In This Topic
    FreezePageHeader Property (XlsFilter)
    In This Topic
    Gets or sets a value that determines whether header sections should be frozen on the sheet.
    Syntax
    'Declaration
     
    Public Property FreezePageHeader As Boolean
    public bool FreezePageHeader {get; set;}
    Remarks
    Set this property to true to freeze rows that contain the ReportHeader and PageHeader sections. Frozen rows remain visible when the user scrolls the sheet.
    See Also