Gets or sets the number of frozen columns in the collection.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public int Frozen { get; set; }
Visual Basic
Public Property Frozen As Integer
	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