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