Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2430
How do you Split / Freeze when creating an Excel File?
posted

using Infragistics.Documents.Excel;

Creating a new Excel 2007 file.

What is the command to Freeze (aka want to fix a header so I can Scroll without losing the headers).

What is the command to Split?

In Excel -> Windows Split / Freeze.  I am not certain of the commands required to do this in infragistics.

 

Parents
  • 2430
    posted

    OK,

    sheet.DisplayOptions.FrozenPaneSettings /

    sheet.DisplayOptions.PanesAreFrozen solves the Freezing so only need to know how to split.

Reply Children