Search results for query: *

  1. The Techie

    How to Save Chart from windows form into the word document using Interop dll ?

    There is a windows form application that has a Chart, i want to save that chart into the new word document on the 1st button click event. on 2nd or 3rd or 4th button click (Several times), it must Append that graph into the existing document( the document one which created on 1st button click )...
  2. The Techie

    export datagridview using office.word.interop.dll instead of Spire.Doc.dll ?

    How to implement the logic of the below code using Microsoft.Office.Interop.Word.dll? Now iam using third party dll(Spire.Doc.dll), instead of Spire.Doc.dll i want to use Microsoft.Office.Interop.Word.dll . Please help me to implement this logic using office word dll. Thank you using...
  3. The Techie

    Question save exported datagridview in a well organised way?

    This is the new code which i have dveloped recenlty(using Spire.Doc.dll) . now i would like to implemnet similar logic using Microsoft.Office.Interop.Word.dll , so please help me . Thnaks using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using...
  4. The Techie

    Question save exported datagridview in a well organised way?

    hello, I tried but could not achieve it . could you please help me.
  5. The Techie

    Question save exported datagridview in a well organised way?

    All exported Datagridview contenet is getting merged in a single place (getting merged with each other) is there way to save them in a well organised way (recently exported table below the previously exported table) ? How to avoid overlapping? using System; using System.Collections.Generic...
  6. The Techie

    export the entire datagridview to Word interop?

    How can we export the entire datagridview into the word document using office word interp DLL in C# iam able to achieve this using Spire dll, as it is a free version so it has lot of limitaions to overcome these constraints iam tryng to implement similar logic using office word interop dll.
Back
Top Bottom