RevisionLogCollection

RevisionLogCollection class

Represents all revision logs.

Properties

NameTypeDescription
DaysPreservingHistoryintGets and sets the number of days the spreadsheet application will keep the change history for this workbook.
Countint
Item (int)RevisionLogGets RevisionLog by index.

Methods

NameDescription
highlightChangesHighlights changes of shared workbook.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
addReserved for internal use.
indexOfReserved for internal use.

RevisionLogCollection.DaysPreservingHistory property

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

Type: int

RevisionLogCollection.Count property

Type: int

RevisionLogCollection.Item (int) property

Gets RevisionLog by index.

Type: RevisionLog

highlightChanges(options)

Highlights changes of shared workbook.

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

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

add(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.