While Freezing rows and column in Excel 2007, the freeze rows and columns are gettin repeated using C# code.
Using the following code:
Pane pane1 =
new Pane() { HorizontalSplit = 0D, VerticalSplit = 1D, TopLeftCell = topLeftCell, ActivePane =
PaneValues.BottomRight, State =
PaneStateValues.Frozen };
In this case the first row is getting repeated.But while scrolling down the duplicate row is removed