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