Class RevisionLog

Class RevisionLog

Namespace: Aspose.Cells.Revisions
Assembly: Aspose.Cells.dll (25.2.0)

Represents the revision log.

public class RevisionLog

Inheritance

objectRevisionLog

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

MetadataTable

Gets table that contains metadata about a list of specific changes that have taken place for this workbook.

public RevisionHeader MetadataTable { get; }

Property Value

RevisionHeader

Revisions

Gets all revisions in this log.

public RevisionCollection Revisions { get; }

Property Value

RevisionCollection