public class RevisionCellChange extends Revision
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCellName()
Gets the name of the cell.
|
int |
getColumn()
Gets the column index of the cell.
|
java.lang.String |
getNewFormula()
Gets the old formula.
|
Style |
getNewStyle()
Gets the new style of the cell.
|
java.lang.Object |
getNewValue()
Gets new value of the cell.
|
java.lang.String |
getOldFormula()
Gets the old formula.
|
Style |
getOldStyle()
Gets the old style of the cell.
|
java.lang.Object |
getOldValue()
Gets old value of the cell.
|
int |
getRow()
Gets the row index of the cell.
|
int |
getType()
Represents the type of revision.
|
boolean |
isNewFormatted()
Indicates whether this cell is new formatted.
|
boolean |
isOldFormatted()
Indicates whether this cell is old formatted.
|
getId, getWorksheetpublic int getType()
See RevisionType.
public java.lang.String getCellName()
public int getRow()
public int getColumn()
public boolean isNewFormatted()
public boolean isOldFormatted()
public java.lang.String getOldFormula()
public java.lang.Object getOldValue()
public java.lang.Object getNewValue()
public java.lang.String getNewFormula()
public Style getNewStyle()
public Style getOldStyle()
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.