[]
Gets the number of frozen rows in the worksheet.
This property returns the row position specified by FreezePanes(int, int).
Returns 0 if the worksheet does not have frozen panes.
int FreezeRow { get; }
ReadOnly Property FreezeRow As Integer
worksheet.FreezePanes(2, 1);
int frozenRow = worksheet.FreezeRow;