RevisionCellChange class

RevisionCellChange class

Represents the revision that changing cells.

Inheritance: RevisionCellChangeRevision

The RevisionCellChange type exposes the following members:

Properties

PropertyDescription
typeRepresents the type of revision.
worksheetGets the worksheet.
idGets the number of this revision.
cell_nameGets the name of the cell.
rowGets the row index of the cell.
columnGets the column index of the cell.
is_new_formattedIndicates whether this cell is new formatted.
is_old_formattedIndicates whether this cell is old formatted.
old_formulaGets the old formula.
old_valueGets old value of the cell.
new_valueGets new value of the cell.
new_formulaGets the old formula.
new_styleGets the new style of the cell.
old_styleGets the old style of the cell.

See Also