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
3
Answers
Please convert it to c#
chetan Allipur
7y
185
1
Reply
I thing InStr is the string members.
sHeadingNm = ActiveDocument.Styles(wdStyleHeading1).NameLocal
If sHeadingNm <> "" Then
nPos = InStr(1, sHeadingNm, "1")
If nPos > 0 Then sHeadingNm = Mid(sHeadingNm, 1, nPos - 1)
End If
please send me soon.
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
How to Increment the Sub Headings in word using VSTO.
How To Re-Open a Disposed Tab of a TabControl in Winform C#