Hello,
I am exporting a form with checkbox into excel.
I created a template with all the field and the checkboxes. But how can I set the checkbox at checked?
I set all of my variable this way:
designer.SetDataSource("partname", Lbl_name.Text)
Where &=partname is a marker in my spreadsheet. But I could not find how to check a checkbox.
thanks