public class RevisionInsertDelete
Property Getters/Setters Summary | ||
---|---|---|
int | getActionType() | |
Gets the action type of this revision.
The value of the property is RevisionActionType integer constant. |
||
CellArea | getCellArea() | |
Gets the inserting/deleting range.
|
||
int | getId() | |
Gets the number of this revision.
|
||
RevisionCollection | getRevisions() | |
Gets revision list by this operation.
|
||
int | getType() | |
Represents the type of revision.
The value of the property is RevisionType integer constant. |
||
Worksheet | getWorksheet() | |
Gets the worksheet.
|
public int getType()
public CellArea getCellArea()
public int getActionType()
public RevisionCollection getRevisions()
public Worksheet getWorksheet()
public int getId()