Enum CoWorkOperationType
CoWorkOperationType enumeration
Represents the action operation type in collabration mode.only available in java version now, will be available in .net/python version in future.
public enum CoWorkOperationType
Values
Name | Value | Description |
---|---|---|
VIEW | 0 | View operation (read-only) |
LOAD | 1 | Load operation (read-only) |
LOAD_SHEET | 2 | Load sheet operation (read-only) |
GET_IMAGE | 3 | Get image operation (read-only) |
GET_OLE | 4 | Get OLE object operation (read-only) |
EDIT | 5 | Edit operation (editable) |
UPDATE_CELL | 6 | Update cell operation (editable) |
ADD_IMAGE | 7 | Add image operation (editable) |
COPY_IMAGE | 8 | Copy image operation (editable) |
INSERT_ROW | 9 | Insert row operation (editable) |
DELETE_ROW | 10 | Delete row operation (editable) |
INSERT_COLUMN | 11 | Insert column operation (editable) |
DELETE_COLUMN | 12 | Delete column operation (editable) |
DOWNLOAD | 13 | Download operation |
ADMIN_CONFIG | 14 | Admin configuration operation (administrative) |
USER_MANAGEMENT | 15 | User management operation (administrative) |
See Also
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs