aspose.cells

Class RevisionLogCollection

Represents all revision logs.

Property Getters/Setters Summary
functiongetCount()
functiongetDaysPreservingHistory()
function
           Gets and sets the number of days the spreadsheet application will keep the change history for this workbook.
functionget(index)
Gets RevisionLog by index.
 
Method Summary
functionadd(value)
Reserved for internal use.
functionclear()
functioncontains(value)
Reserved for internal use.
functionget(index)
Reserved for internal use.
functionhighlightChanges(options)
Highlights changes of shared workbook.
functionindexOf(value)
Reserved for internal use.
functioniterator()
functionremoveAt(index)
 

    • Property Getters/Setters Detail

      • getDaysPreservingHistory/setDaysPreservingHistory : Number 

        function getDaysPreservingHistory() / function setDaysPreservingHistory(value)
        
        Gets and sets the number of days the spreadsheet application will keep the change history for this workbook.
      • getCount : Number 

        function getCount()
        
    • Method Detail

      • highlightChanges

        function highlightChanges(options)
        Highlights changes of shared workbook.
        Parameters:
        options: HighlightChangesOptions - Set the options for filtering which changes should be tracked.
      • clear

        function clear()
      • removeAt

        function removeAt(index)
      • iterator

        function iterator()
      • get

        function get(index)
        Reserved for internal use.
      • contains

        function contains(value)
        Reserved for internal use.
      • add

        function add(value)
        Reserved for internal use.
      • indexOf

        function indexOf(value)
        Reserved for internal use.