How to check Frozen State without Excel.

Are Window Panes Frozen

With Aspose.Cells for .Net, we can check whether the window is frozen and how many rows and columns are locked.

Please use the Worksheet.PaneState property to check the state of window panes and gets locked rows and columns with Worksheet.GetFreezedPanes method.

  1. Construct Workbook to open the file.
  2. Check whether the worksheet is frozen.
  3. Gets the locked row and columns