RevisionCellChange
Contents
[
Hide
]RevisionCellChange class
Represents the revision that changing cells.
Properties
| Name | Type | Description |
|---|---|---|
| Type | Number | Represents the type of revision. The value of the property is RevisionType integer constant. |
| CellName | String | Gets the name of the cell. |
| Row | Number | Gets the row index of the cell. |
| Column | Number | Gets the column index of the cell. |
| IsNewFormatted | boolean | Indicates whether this cell is new formatted. |
| IsOldFormatted | boolean | Indicates whether this cell is old formatted. |
| OldFormula | String | Gets the old formula. |
| OldValue | Object | Gets old value of the cell. |
| NewValue | Object | Gets new value of the cell. |
| NewFormula | String | Gets the old formula. |
| NewStyle | Style | Gets the new style of the cell. |
| OldStyle | Style | Gets the old style of the cell. |
| Worksheet | Worksheet | Gets the worksheet. |
| Id | Number | Gets 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