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

NameValueDescription
VIEW0View operation (read-only)
LOAD1Load operation (read-only)
LOAD_SHEET2Load sheet operation (read-only)
GET_IMAGE3Get image operation (read-only)
GET_OLE4Get OLE object operation (read-only)
EDIT5Edit operation (editable)
UPDATE_CELL6Update cell operation (editable)
ADD_IMAGE7Add image operation (editable)
COPY_IMAGE8Copy image operation (editable)
INSERT_ROW9Insert row operation (editable)
DELETE_ROW10Delete row operation (editable)
INSERT_COLUMN11Insert column operation (editable)
DELETE_COLUMN12Delete column operation (editable)
DOWNLOAD13Download operation
ADMIN_CONFIG14Admin configuration operation (administrative)
USER_MANAGEMENT15User management operation (administrative)

See Also