Header Editor

Posted by: kiran-ch on 8 September 2017, 2:57 pm EST

  • Posted 8 September 2017, 2:57 pm EST

    Hi,

     

    I am developing a windows application using FarPoint Spread.

    How do I open dialog box for either row or column header editor?

     I am attaching screen shots of Header dialog how I am opening from the designer. That dialog box how do I open from the code?

    Thanks & regards

     

    Kiran 

    2012/06/header collection.zip
  • Posted 8 September 2017, 2:57 pm EST

    That dialog box isn't really available from code. If you have a Pro license then you can add a FpSpreadDesigner component to your project and open that with

    FpSpreadDesigner1.Show(FpSpread1);

    That will popup the Spread Designer in runtime

  • Posted 8 September 2017, 2:57 pm EST

    Hi,

    I tried to open Header Editor Dialog box using the below code..but I am getting an exception.

     

    Can you rectify that?

    Code in C#.NET

     

    FarPoint.Win.Spread.Design.HeaderEditForm hef;

                FarPoint.SpreadWrapper.SpreadWrapper spw = new FarPoint.SpreadWrapper.SpreadWrapper();

                SheetViewCollection svc = fpSpread1.Sheets;

                spw.ActiveSheet = svc[0];

                hef = new FarPoint.Win.Spread.Design.HeaderEditForm(spw, true);

                hef.ShowDialog();

     

    Exception Class: ArgumentException

    Exception Message: SheetView must be in SheetViewCollection! 

    Thanks in advance...

    Regards,

    Kiran 

  • Posted 8 September 2017, 2:57 pm EST

    Hello,

    I was able to replicate the issue at my end and it seems to be a bug. I would report the issue to the development team and provide you with the bug number for the same. It would be fixed in the next maintenance release.

    Thanks,

    Manpreet Kaur

  • Posted 8 September 2017, 2:57 pm EST

    Hello,

    I have reported the issue as a bug to the development team and the bug number for the same is #99925979. It would be fixed in the next maintenance release.

    Thanks,

    Manpreet Kaur

  • Posted 6 December 2018, 6:10 am EST

    Hi,

    is there any update on above issue? Is this issue fixed in latest version?

    Thanks & Regards,

    Ashok

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels