java.lang.ObjectRevision
com.aspose.cells.RevisionInsertDelete
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() | → inherited from Revision
|
| 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() | → inherited from Revision
|
| Gets the worksheet. | ||
| Property Getters/Setters Detail |
|---|
getType | |
public int getType() | |
getCellArea | |
public CellArea getCellArea() | |
getActionType | |
public int getActionType() | |
getRevisions | |
public RevisionCollection getRevisions() | |
getWorksheet | → inherited from Revision
|
public Worksheet getWorksheet() | |
getId | → inherited from Revision
|
public int getId() | |