RevisionLogCollection

RevisionLogCollection class

Represents all revision logs.

Methods

NameDescription
add()Reserved for internal use.
clear()
contains()Reserved for internal use.
get(index)Gets RevisionLog by index.
get()Reserved for internal use.
getCount()
getDaysPreservingHistory()Gets and sets the number of days the spreadsheet application will keep the change history for this workbook.
highlightChanges(options)Highlights changes of shared workbook.
indexOf()Reserved for internal use.
iterator()
removeAt()
setDaysPreservingHistory()Gets and sets the number of days the spreadsheet application will keep the change history for this workbook.

add()

Reserved for internal use.

clear()

contains()

Reserved for internal use.

get(index)

Gets RevisionLog by index.

ParameterTypeDescription
indexNumberThe index.

Returns: RevisionLog — RevisionLog Returns RevisionLog object.

get()

Reserved for internal use.

getCount()

getDaysPreservingHistory()

Gets and sets the number of days the spreadsheet application will keep the change history for this workbook.

highlightChanges(options)

Highlights changes of shared workbook.

ParameterTypeDescription
optionsHighlightChangesOptionsSet the options for filtering which changes should be tracked.

indexOf()

Reserved for internal use.

iterator()

removeAt()

setDaysPreservingHistory()

Gets and sets the number of days the spreadsheet application will keep the change history for this workbook.