RevisionInsertDelete

RevisionInsertDelete class

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

Methods

NameDescription
getActionType()Gets the action type of this revision. The value of the property is RevisionActionType integer constant.
getCellArea()Gets the inserting/deleting range.
getId()Gets the number of this revision. Zero means this revision does not contains id.
getRevisions()Gets revision list by this operation.
getType()Represents the type of revision. The value of the property is RevisionType integer constant.
getWorksheet()Gets the worksheet.

getActionType()

Gets the action type of this revision. The value of the property is RevisionActionType integer constant.

getCellArea()

Gets the inserting/deleting range.

getId()

Gets the number of this revision. Zero means this revision does not contains id.

getRevisions()

Gets revision list by this operation.

getType()

Represents the type of revision. The value of the property is RevisionType integer constant.

getWorksheet()

Gets the worksheet.