Property Getters/Setters Summary | ||
---|---|---|
method | getCellName() | |
Gets the name of the cell.
|
||
method | getColumn() | |
Gets the column index of the cell.
|
||
method | getId() | |
Gets the number of this revision.
|
||
method | isNewFormatted() | |
Indicates whether this cell is new formatted.
|
||
method | isOldFormatted() | |
Indicates whether this cell is old formatted.
|
||
method | getNewFormula() | |
Gets the old formula.
|
||
method | getNewStyle() | |
Gets the new style of the cell.
|
||
method | getNewValue() | |
Gets new value of the cell.
|
||
method | getOldFormula() | |
Gets the old formula.
|
||
method | getOldStyle() | |
Gets the old style of the cell.
|
||
method | getOldValue() | |
Gets old value of the cell.
|
||
method | getRow() | |
Gets the row index of the cell.
|
||
method | getType() | |
Represents the type of revision.
The value of the property is RevisionType integer constant. |
||
method | getWorksheet() | |
Gets the worksheet.
|
int getType()
String getCellName()
int getRow()
int getColumn()
boolean isNewFormatted()
boolean isOldFormatted()
String getOldFormula()
Object getOldValue()
Object getNewValue()
String getNewFormula()
int getId()