Version

FrozenRows Property

Gets or sets the number of rows frozen at the top of the worksheet.
Syntax
public int FrozenRows {get; set;}

Property Value

The number of rows frozen at the top of the worksheet.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe assigned value is not a valid row count (0 to Workbook.MaxExcelRowCount or Workbook.MaxExcel2007RowCount, depending on the workbook's CurrentFormat).
Remarks

The frozen rows will always remain in view, regardless of the vertical scroll position of the worksheet.

Note: If the number of frozen rows specified is more than the amount of visible rows 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