com.aspose.cells.RevisionCellMove.html Maven / Gradle / Ivy
RevisionCellMove
com.aspose.cells
Class RevisionCellMove
java.lang.Object
Revision
com.aspose.cells.RevisionCellMove
public class RevisionCellMove
- extends Revision
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() |
Represents the type of revision. The value of the property is RevisionType integer constant.
getSourceArea | |
public CellArea getSourceArea() |
Gets the source area.
getDestinationArea | |
public CellArea getDestinationArea() |
Gets the destination area.
getSourceWorksheet | |
public Worksheet getSourceWorksheet() |
Gets the source worksheet.
getWorksheet | → inherited from Revision
|
public Worksheet getWorksheet() |
Gets the worksheet.
getId | → inherited from Revision
|
public int getId() |
Gets the number of this revision. Zero means this revision does not contains id.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.