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
object ← Revision ← RevisionInsertDelete
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
CellArea
Gets the inserting/deleting range.
public CellArea CellArea { get; }
Property Value
Revisions
Gets revision list by this operation.
public RevisionCollection Revisions { get; }
Property Value
Type
Represents the type of revision.
public override RevisionType Type { get; }