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
235
Option Button in Excel
posted

Hello,

I am currently using Infragistics4.WebUI.Documents.Excel (Version 12.2.20122.2202) to load an Excel workbook/spreadsheet in my ASP.NET page and modify certain cells and re-save the spreadsheet.  I have been able to accomplish everything I need to so far except for one thing:

The spreadsheet has a list of 4 Option Buttons (Excel > Developer > Insert > Form Controls > Option Button) grouped together.  I was wondering if there was a way to programatically set which option is selected/checked before saving the Workbook.

Thank you,

Brian Wortman

  • 10240
    posted

    Hi Brian,

    When you say load the worksheet/workbook into your aspx page, what do you mean? Are you creating the workbook in code? Are you exporting a worksheet from a grid on the page, and upon exporting trying to manipulate and save the page upon exporting? Some other scenario?

    Thank you Brian.