C1.Excel Assembly / C1.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 System.Integer
 
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