Version

FrozenRows Property

Gets or sets the number of rows frozen at the top of the worksheet.
Syntax
'Declaration
 
Public Property FrozenRows As Integer
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: Windows 10, Windows 8.1, Windows 8, Windows 7, 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