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

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






RevisionInsertDelete




com.aspose.cells
Class RevisionInsertDelete

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

public class RevisionInsertDelete 
extends Revision

Represents a revision record of a row/column insert/delete action.


Property Getters/Setters Summary
intgetActionType()
           Gets the action type of this revision. The value of the property is RevisionActionType integer constant.
CellAreagetCellArea()
           Gets the inserting/deleting range.
intgetId()→ inherited from Revision
           Gets the number of this revision.
RevisionCollectiongetRevisions()
           Gets revision list by this operation.
intgetType()
           Represents 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()
Represents the type of revision. The value of the property is RevisionType integer constant.

getCellArea

public CellArea getCellArea()
Gets the inserting/deleting range.

getActionType

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

getRevisions

public RevisionCollection getRevisions()
Gets revision list by this operation.

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