Hi,
i am creating application in C# using office interop.
while opening file for Word,Excel,PowerPoint there is paramter called 'OpenAndRepair' , if i set this objOpenAndRepair = true, will it cause any effect in terms of file output ?
i mean , if i am trying to print and get text from doc or excel file, after apply repair does it effect any thing in output ?
assuming, repair will do some internal changes to repair data, so is that possibility that data is altered or changed by using this paramter ?
Thanks