RevisionLogCollection
Contents
[
Hide
]RevisionLogCollection class
Represents all revision logs.
Methods
| Name | Description |
|---|---|
| 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.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The 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.
| Parameter | Type | Description |
|---|---|---|
| options | HighlightChangesOptions | Set 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.