Hi Team,
I need a code to Use a zero (0) in a data field when the measured result is zero in cell. Use 3 hyphens (—) to indicate there is blank cell in a table. Do not leave a data field blank.
Thanks and Regards,
Har…...following simple code and documents: DataTable dt = new DataTable("MyTable");...Add("AnotherNotZeroValue", 10); Document doc = new Document(@"C:\Temp\in.docx");...