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.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum EditingGroup
Public Enumeration EditingGroup
public enum class EditingGroup
type EditingGroup
Members
| Member | 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.
|