Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
VB.NET
VB.NET General Discussion
datagridview export to word very slow. faster way?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="VBobCat, post: 148674, member: 35906"] Thanks, I went researching and found out this, which is new to me. One can actually export data directly from DataGridView to the clipboard. ridhwaans could then make this: [XCODE=vb]DataGridView1.SelectionMode = DataGridViewSelectionMode.FullRowSelect DataGridView1.MultiSelect = True DataGridView1.SelectAll() Clipboard.SetDataObject(DataGridView1.GetClipboardContent)[/XCODE] Obs. The first and second lines might be unnecessary, they just make sure that the entire content of datagridview would be selected. [/QUOTE]
Insert quotes…
Verification
Post reply
VB.NET
VB.NET General Discussion
datagridview export to word very slow. faster way?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom