ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLRowCollection Class / Frozen Property

In This Topic
    Frozen Property (XLRowCollection)
    In This Topic
    Gets or sets the number of frozen rows in the collection.
    Syntax
    'Declaration
     
    Public Property Frozen As System.Integer
    public System.int Frozen {get; set;}
    Remarks
    Frozen rows are displayed on the top of the sheet and do not scroll vertically. They are useful for displaying column headers.
    See Also