Class RevisionInsertDelete

RevisionInsertDelete class

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

public class RevisionInsertDelete : Revision

Properties

NameDescription
ActionType { get; }Gets the action type of this revision.
CellArea { get; }Gets the inserting/deleting range.
Id { get; }Gets the number of this revision.(Inherited from Revision.)
Revisions { get; }Gets revision list by this operation.
override Type { get; }Represents the type of revision.
Worksheet { get; }Gets the worksheet.(Inherited from Revision.)

See Also