Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | getDaysPreservingHistory() | |
function | setDaysPreservingHistory(value) | |
Gets and sets the number of days the spreadsheet application will keep the change history for this workbook. | ||
function | get(index) | |
Gets |
Method Summary | ||
---|---|---|
function | add(value) | |
Reserved for internal use. |
||
function | clear() | |
function | contains(value) | |
Reserved for internal use. |
||
function | get(index) | |
Reserved for internal use. |
||
function | highlightChanges(options) | |
Highlights changes of shared workbook.
|
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeAt(index) | |
function getDaysPreservingHistory() / function setDaysPreservingHistory(value)
function getCount()
function get(index)
function highlightChanges(options)
options: HighlightChangesOptions
- Set the options for filtering which changes should be tracked.function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)