Class Revision

Class Revision

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

Represents the revision.

public abstract class Revision

Inheritance

objectRevision

Derived

RevisionAutoFormat, RevisionCellChange, RevisionCellComment, RevisionCellMove, RevisionCustomView, RevisionDefinedName, RevisionFormat, RevisionInsertDelete, RevisionInsertSheet, RevisionMergeConflict, RevisionQueryTable, RevisionRenameSheet

Inherited Members

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

Properties

Id

Gets the number of this revision.

public int Id { get; }

Property Value

int

Remarks

Zero means this revision does not contains id.

Type

Represents the type of revision.

public virtual RevisionType Type { get; }

Property Value

RevisionType

Worksheet

Gets the worksheet.

public Worksheet Worksheet { get; }

Property Value

Worksheet