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
chetan Allipur
NA
541
166.9k
I am getting error in property Style
Jul 12 2017 6:45 AM
Here is my code
Microsoft.Office.Interop.Word.Application app = Globals.ThisAddIn.Application;
Microsoft.Office.Interop.Word.Document doc1 = app.ActiveDocument;
foreach (var para in doc1.Paragraphs)
{
AddItemToCollection(objcol, ('\t' + (para.Style.TrimStart() + ('\t' + (para.Style.Font.Name.TrimStart() + ('\t' + (para.Style.Font.Size.TrimStart() + (char)11)))))));
}
I am getting error in Style in every place.
can anyone help me?
Reply
Answers (
1
)
creating login form
Modern dashboard GUI design in C#