Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
7
Answers
VSTO word error
chetan Allipur
7y
177
1
Reply
I am getting issue like this "Item with specified name does not exist."
my code
Selection wordsec = Globals.ThisAddIn.Application.Selection;
if (sTextSz == "10")
{
object Text10 = "TableText10";
wordsec.set_Style(ref Text10);
}
else if (sTextSz == "9")
{
wordsec.set_Style("TableText9");
}
else
{
wordsec.set_Style("TableText8");
}
Please anyone send me the code in VSTO word
Post
Reset
Cancel
Answers (
7
)
Next Recommended Forum
Communication between windows app and android app using C#
Find URL Links in String