TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Lokesh Rajana
NA
155
19.9k
Merge more than two cells in msword Table document using C#
Jul 26 2017 7:49 AM
I wants to merge more than two cells in word table by using C# micrososft interop. i am able to merge two cells using following code.
objTab1.Rows[1].Cells[1].Merge(objTab1.Rows[2].Cells[1]);
but, my requirement is to merge more than two cells. please can anyone help me out of this.
Thanks in advance.
Reply
Answers (
1
)
How to execute the web application in ASP.Net MVC
Failed to convert parameter value from a String to a Int32.