All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.RevisionInsertSheet.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





RevisionInsertSheet




com.aspose.cells
Class RevisionInsertSheet

java.lang.Object
  extended by Revision
      extended by com.aspose.cells.RevisionInsertSheet

public class RevisionInsertSheet 
extends Revision

Represents a revision record of a sheet that was inserted.


Property Getters/Setters Summary
intgetActionType()
           Gets the action type of the revision. The value of the property is RevisionActionType integer constant.
intgetId()→ inherited from Revision
           Gets the number of this revision.
java.lang.StringgetName()
           Gets the name of the worksheet.
intgetSheetPosition()
           Gets the zero based position of the new sheet in the sheet tab bar.
intgetType()
           Gets the type of revision. The value of the property is RevisionType integer constant.
WorksheetgetWorksheet()→ inherited from Revision
           Gets the worksheet.
 

Property Getters/Setters Detail

getType

public int getType()
Gets the type of revision. The value of the property is RevisionType integer constant.

getActionType

public int getActionType()
Gets the action type of the revision. The value of the property is RevisionActionType integer constant.

getName

public java.lang.String getName()
Gets the name of the worksheet.

getSheetPosition

public int getSheetPosition()
Gets the zero based position of the new sheet in the sheet tab bar.

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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy