Class RevisionLogCollection

RevisionLogCollection class

Represents all revision logs.

public class RevisionLogCollection : CollectionBase<RevisionLog>

Properties

NameDescription
Capacity { get; set; }
Count { get; }
DaysPreservingHistory { get; set; }Gets and sets the number of days the spreadsheet application will keep the change history for this workbook.
Item { get; }Gets RevisionLog by index.
Item { get; set; }

Methods

NameDescription
BinarySearch(RevisionLog)
BinarySearch(RevisionLog, IComparer<RevisionLog>)
BinarySearch(int, int, RevisionLog, IComparer<RevisionLog>)
Clear()
Contains(RevisionLog)
CopyTo(RevisionLog[])
CopyTo(RevisionLog[], int)
CopyTo(int, RevisionLog[], int, int)
Exists(Predicate<RevisionLog>)
Find(Predicate<RevisionLog>)
FindAll(Predicate<RevisionLog>)
FindIndex(Predicate<RevisionLog>)
FindIndex(int, Predicate<RevisionLog>)
FindIndex(int, int, Predicate<RevisionLog>)
FindLast(Predicate<RevisionLog>)
FindLastIndex(Predicate<RevisionLog>)
FindLastIndex(int, Predicate<RevisionLog>)
FindLastIndex(int, int, Predicate<RevisionLog>)
GetEnumerator()
HighlightChanges(HighlightChangesOptions)Highlights changes of shared workbook.
IndexOf(RevisionLog)
IndexOf(RevisionLog, int)
IndexOf(RevisionLog, int, int)
LastIndexOf(RevisionLog)
LastIndexOf(RevisionLog, int)
LastIndexOf(RevisionLog, int, int)
RemoveAt(int)

See Also