C
Cyril Mathey
Hello,
I am trying to specify a protection policy for a document using the Word
object model.
To globally enable/disable protection I use Word.Document.[Un]Protect and it
works fine.
Now I need to specify some ranges that the user can edit (somewhat like what
is available in the "Protect Document" task pane within word).
I have found nothing so far on MSDN or with Intellisense (there is a
Word.Range.CanEdit property, but it is readonly).
Does someone know how to do this ?
Thanks a lot
I am trying to specify a protection policy for a document using the Word
object model.
To globally enable/disable protection I use Word.Document.[Un]Protect and it
works fine.
Now I need to specify some ranges that the user can edit (somewhat like what
is available in the "Protect Document" task pane within word).
I have found nothing so far on MSDN or with Intellisense (there is a
Word.Range.CanEdit property, but it is readonly).
Does someone know how to do this ?
Thanks a lot