Version

FrozenColumns Property

Gets or sets the number of columns frozen at the left of the worksheet.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also