RangePermissionEditingGroupValues enumeration

Office 2013 and later

Defines the RangePermissionEditingGroupValues enumeration.

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
None No Users Have Editing Permissions. When the item is serialized out as xml, its value is "none".
Everyone All Users Have Editing Permissions. When the item is serialized out as xml, its value is "everyone".
Administrators Administrator Group. When the item is serialized out as xml, its value is "administrators".
Contributors Contributors Group. When the item is serialized out as xml, its value is "contributors".
Editors Editors Group. When the item is serialized out as xml, its value is "editors".
Owners Owners Group. When the item is serialized out as xml, its value is "owners".
Current Current Group. When the item is serialized out as xml, its value is "current".
Show: