Help needed to FreezePanes in excel using c#.net

Discussion in 'Programming' started by SridharSelvaraj, May 12, 2011.

  1. #1
    Hi,

    I have a excel, I need to write a program in c#.net to freeze both first row and first column in all the sheet . It is a windows based application

    any help plz.
     
    SridharSelvaraj, May 12, 2011 IP
  2. smith498

    smith498 Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I have created an Excel worksheet using automation from a VB.NET application. The worksheet is never made visible by the VB program. It is created and filled with data from a database and then some formatting is applied and the worksheet is saved. I need to know how to freeze panes in my VB program before the worksheet is saved so when the saved worksheet is opened, the column headings in the third row are not scrolled out of view when the user scrolls the data.
     
    smith498, May 14, 2011 IP