Hi,
I am Using C sharp language and using Microsoft.office.Interop.Word to write to word document.
Scenario is like
i need to check few checkboxes and click a button.
The items checked in checkbox should be written in word document in a table and for eg if i checked 3 items from 5 items- apple, ball, cat
These 3 items only should be written in the table in 3 rows.
Thanks