Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLColumnCollection Class / Frozen Property

In This Topic
    Frozen Property (XLColumnCollection)
    In This Topic
    Gets or sets the number of frozen columns in the collection.
    Syntax
    'Declaration
     
    
    Public Property Frozen As Integer
    public int Frozen {get; set;}
    Remarks
    Frozen columns are displayed on the right side of the sheet and do not scroll horizontally. They are useful for displaying row headers.
    See Also