This simple type 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 a range permission with
in a document. This mechanism simply provides a set of predefined editing groups which can be associated
with accounts by applications in any desired manner.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
Public Enumeration EditingGroup
public enum class EditingGroup
Members
|
Member name
|
Value
|
Description
|
|
None
|
0
|
No users.
|
|
Current
|
65530
|
The current user.
|
|
Editors
|
65531
|
Editors of the documnet.
|
|
Owners
|
65532
|
Owners of the documnet.
|
|
Contributors
|
65533
|
Contributors to the documnet.
|
|
Administrators
|
65534
|
Members of the administrator group on the computer.
|
|
Everyone
|
65535
|
All users.
|
|
Default
|
0
|
Represents the default type, which is None.
|
See Also