java.lang.ObjectRevision
com.aspose.cells.RevisionInsertSheet
public class RevisionInsertSheet
| Property Getters/Setters Summary | ||
|---|---|---|
int | getActionType() | |
| Gets the action type of the revision. The value of the property is RevisionActionType integer constant. | ||
int | getId() | → inherited from Revision
|
| Gets the number of this revision. | ||
java.lang.String | getName() | |
| Gets the name of the worksheet. | ||
int | getSheetPosition() | |
| Gets the zero based position of the new sheet in the sheet tab bar. | ||
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() | |
getName | |
public java.lang.String getName() | |
getSheetPosition | |
public int getSheetPosition() | |
getWorksheet | → inherited from Revision
|
public Worksheet getWorksheet() | |
getId | → inherited from Revision
|
public int getId() | |