ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / XlsFilter Class / FreezePageHeader Property

In This Topic
    FreezePageHeader Property
    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 System.Boolean
    public System.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