Unanswered Freeze Pane Issue in Excel 2007

  • Thursday, April 12, 2012 1:24 PM
     
     

    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
    • Moved by CoolDadTxMVP Thursday, April 12, 2012 2:32 PM Office related (From:Visual C# General)
    •  

All Replies

  • Monday, April 16, 2012 6:14 AM
    Moderator
     
     

    Hi Kriinfra,

    Thank you for posting.

    What do you mean about " the freeze rows and columns are gettin repeated using C# code." ?

    Can you show us the screenshot?

    It will be better if you can share us the whole code snippet which can make us reproduce your problem more quickly.

    Best Regards,


    Bruce Song [MSFT]
    MSDN Community Support | Feedback to us