RevisionCellChange

RevisionCellChange class

Represents the revision that changing cells.

Properties

NameTypeDescription
TypeNumberRepresents the type of revision. The value of the property is RevisionType integer constant.
CellNameStringGets the name of the cell.
RowNumberGets the row index of the cell.
ColumnNumberGets the column index of the cell.
IsNewFormattedbooleanIndicates whether this cell is new formatted.
IsOldFormattedbooleanIndicates whether this cell is old formatted.
OldFormulaStringGets the old formula.
OldValueObjectGets old value of the cell.
NewValueObjectGets new value of the cell.
NewFormulaStringGets the old formula.
NewStyleStyleGets the new style of the cell.
OldStyleStyleGets the old style of the cell.
WorksheetWorksheetGets the worksheet.
IdNumberGets the number of this revision. Zero means this revision does not contains id.

RevisionCellChange.Type property

Represents the type of revision. The value of the property is RevisionType integer constant.

Type: Number

RevisionCellChange.CellName property

Gets the name of the cell.

Type: String

RevisionCellChange.Row property

Gets the row index of the cell.

Type: Number

RevisionCellChange.Column property

Gets the column index of the cell.

Type: Number

RevisionCellChange.IsNewFormatted property

Indicates whether this cell is new formatted.

Type: boolean

RevisionCellChange.IsOldFormatted property

Indicates whether this cell is old formatted.

Type: boolean

RevisionCellChange.OldFormula property

Gets the old formula.

Type: String

RevisionCellChange.OldValue property

Gets old value of the cell.

Type: Object

RevisionCellChange.NewValue property

Gets new value of the cell.

Type: Object

RevisionCellChange.NewFormula property

Gets the old formula.

Type: String

RevisionCellChange.NewStyle property

Gets the new style of the cell.

Type: Style

RevisionCellChange.OldStyle property

Gets the old style of the cell.

Type: Style

RevisionCellChange.Worksheet property

Gets the worksheet.

Type: Worksheet

RevisionCellChange.Id property

Gets the number of this revision. Zero means this revision does not contains id.

Type: Number