Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
In this article, we will learn how to check the frozen state of an Excel worksheet programmatically. We can simply determine whether the worksheet is frozen or split in Microsoft Excel. But is there a way to find whether it is frozen or split using C#? We can do it easily with Aspose.Cells for .NET.
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 get locked rows and columns with the Worksheet.GetFreezedPanes method.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.