RevisionLogCollection Class
RevisionLogCollection class
Represents all revision logs.
type RevisionLogCollection struct {
ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description |
|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetDaysPreservingHistory | Gets and sets the number of days the spreadsheet application will keep the change history for this workbook. |
| SetDaysPreservingHistory | Gets and sets the number of days the spreadsheet application will keep the change history for this workbook. |
| Get | Gets RevisionLog by index. |
| HighlightChanges | Highlights changes of shared workbook. |
| GetCount | |