EditorType enumeration

EditorType enumeration

Specifies the set of possible aliases (or editing groups) which can be used as aliases to determine if the current user shall be allowed to edit a single range defined by an editable range within a document.

Members

NameDescription
UNSPECIFIEDMeans that editor type is not specified.
ADMINISTRATORSSpecifies that users associated with the Administrators group shall be allowed to edit editable ranges using this editing type when document protection is enabled.
CONTRIBUTORSSpecifies that users associated with the Contributors group shall be allowed to edit editable ranges using this editing type when document protection is enabled.
CURRENTSpecifies that users associated with the Current group shall be allowed to edit editable ranges using this editing type when document protection is enabled.
EDITORSSpecifies that users associated with the Editors group shall be allowed to edit editable ranges using this editing type when document protection is enabled.
EVERYONESpecifies that all users that open the document shall be allowed to edit editable ranges using this editing type when document protection is enabled.
NONESpecifies that none of the users that open the document shall be allowed to edit editable ranges using this editing type when document protection is enabled.
OWNERSSpecifies that users associated with the Owners group shall be allowed to edit editable ranges using this editing type when document protection is enabled.
DEFAULTSame as EditorType.UNSPECIFIED.

See Also