RevisionLogCollection
Contents
[
Hide
]RevisionLogCollection class
Represents all revision logs.
Properties
| Name | Type | Description |
|---|---|---|
| DaysPreservingHistory | int | Gets and sets the number of days the spreadsheet application will keep the change history for this workbook. |
| Count | int | |
| Item (int) | RevisionLog | Gets RevisionLog by index. |
Methods
| Name | Description |
|---|---|
| highlightChanges | Highlights changes of shared workbook. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| add | Reserved for internal use. |
| indexOf | Reserved 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.
| Parameter | Type | Description |
|---|---|---|
| options | HighlightChangesOptions | Set 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.