Enum CoWorkUserPermission
CoWorkUserPermission enumeration
represent the user permission in collaboration mode.only available in java version now, will be available in .net/python version in future.
public enum CoWorkUserPermission
Values
Name | Value | Description |
---|---|---|
READ_ONLY | 0 | Read-only permission,User can only view the content but cannot make any modifications |
EDITABLE | 1 | Editable permission,User can view and edit the content |
DOWNLOAD | 2 | Download permission,User can view,edit and download the content to local storage |
ADMIN | 3 | Administrator permission,User has full access including management operations |
See Also
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs