Version

FrozenColumns Property

Gets or sets the number of columns frozen at the left of the worksheet.
Syntax
'Declaration
 
Public Property FrozenColumns As Integer
public int FrozenColumns {get; set;}

Property Value

The number of columns frozen at the left of the worksheet.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe assigned value is not a valid column count (0 to Workbook.MaxExcelColumnCount or Workbook.MaxExcel2007ColumnCount, depending on the workbook's CurrentFormat).
Remarks

The frozen columns will always remain in view, regardless of the horizontal scroll position of the worksheet.

Note: If the number of frozen columns specified is more than the amount of visible columns in the worksheet, the worksheet may not scroll correctly.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also