java.lang.ObjectRevision
com.aspose.cells.RevisionCustomView
public class RevisionCustomView
| Property Getters/Setters Summary | ||
|---|---|---|
int | getActionType() | |
| Gets the type of action. The value of the property is RevisionActionType integer constant. | ||
java.util.UUID | getGuid() | |
| Gets the globally unique identifier of the custom view. | ||
int | getId() | → inherited from Revision
|
| Gets the number of this revision. | ||
int | getType() | |
| Gets 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() | |
getActionType | |
public int getActionType() | |
getGuid | |
public java.util.UUID getGuid() | |
getWorksheet | → inherited from Revision
|
public Worksheet getWorksheet() | |
getId | → inherited from Revision
|
public int getId() | |