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: 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

MemberValueDescription
None0
No users.
Current65530
The current user.
Editors65531
Editors of the documnet.
Owners65532
Owners of the documnet.
Contributors65533
Contributors to the documnet.
Administrators65534
Members of the administrator group on the computer.
Everyone65535
All users.

See Also