Excel for WPF and Silverlight
Frozen Property (XLColumnCollection)

C1.WPF.Excel Namespace > XLColumnCollection Class : Frozen Property
Gets or sets the number of frozen columns in the collection.
Syntax
'Declaration
 
Public Property Frozen As System.Integer
public System.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

Reference

XLColumnCollection Class
XLColumnCollection Members