Class RevisionInsertDelete

Class RevisionInsertDelete

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

Represents a revision record of a row/column insert/delete action.

public class RevisionInsertDelete : Revision

Inheritance

objectRevisionRevisionInsertDelete

Inherited Members

Revision.Type, Revision.Worksheet, Revision.Id, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

ActionType

Gets the action type of this revision.

public RevisionActionType ActionType { get; }

Property Value

RevisionActionType

CellArea

Gets the inserting/deleting range.

public CellArea CellArea { get; }

Property Value

CellArea

Revisions

Gets revision list by this operation.

public RevisionCollection Revisions { get; }

Property Value

RevisionCollection

Type

Represents the type of revision.

public override RevisionType Type { get; }

Property Value

RevisionType