java.lang.ObjectRevision
com.aspose.cells.RevisionCellMove
public class RevisionCellMove
| Property Getters/Setters Summary | ||
|---|---|---|
CellArea | getDestinationArea() | |
| Gets the destination area. | ||
int | getId() | → inherited from Revision
|
| Gets the number of this revision. | ||
CellArea | getSourceArea() | |
| Gets the source area. | ||
Worksheet | getSourceWorksheet() | |
| Gets the source worksheet. | ||
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() | |
getSourceArea | |
public CellArea getSourceArea() | |
getDestinationArea | |
public CellArea getDestinationArea() | |
getSourceWorksheet | |
public Worksheet getSourceWorksheet() | |
getWorksheet | → inherited from Revision
|
public Worksheet getWorksheet() | |
getId | → inherited from Revision
|
public int getId() | |