RevisionCellChange

RevisionCellChange class

Represents the revision that changing cells.

Properties

NameTypeDescription
TypeintRepresents the type of revision. The value of the property is RevisionType integer constant.
CellNameStringGets the name of the cell.
RowintGets the row index of the cell.
ColumnintGets 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.
IdintGets 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: int

RevisionCellChange.CellName property

Gets the name of the cell.

Type: String

RevisionCellChange.Row property

Gets the row index of the cell.

Type: int

RevisionCellChange.Column property

Gets the column index of the cell.

Type: int

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: int