Posted 9 October 2019, 12:19 pm EST
Hi, I’m refering to this older post
Meenakshi mentioned to simply SaveGrid and LoadGrid, but I am not able to use these methods with FlexGrid. How can I use these methods (in VB.Net) ?
Thank you.
Forums Home / ComponentOne / WinForms Edition
Posted by: andreas.kren on 9 October 2019, 12:19 pm EST
Posted 9 October 2019, 12:19 pm EST
Hi, I’m refering to this older post
Meenakshi mentioned to simply SaveGrid and LoadGrid, but I am not able to use these methods with FlexGrid. How can I use these methods (in VB.Net) ?
Thank you.
Posted 9 October 2019, 11:54 pm EST
Hello,
To use extension class methods SaveGrid and LoadGrid, you need to add reference to C1.Win.C1FlexGrid.ImportExport.4.dll in your project.
You also need to add the namespace C1.Win.C1FlexGrid in your project so that intellisense show these methods.
Regards,
Prabhat Sharma
Posted 10 October 2019, 3:30 am EST
Thank you!