java.lang.Object
com.aspose.cells.Revision
public abstract class Revision
| Property Getters/Setters Summary | ||
|---|---|---|
int | getId() | |
| Gets the number of this revision. | ||
int | getType() | |
| Represents the type of revision. The value of the property is RevisionType integer constant. | ||
Worksheet | getWorksheet() | |
| Gets the worksheet. | ||
| Property Getters/Setters Detail |
|---|
getType | |
public int getType() | |
getWorksheet | |
public Worksheet getWorksheet() | |
getId | |
public int getId() | |