RevisionCellComment
Contents
[
Hide
]RevisionCellComment class
Represents a revision record of a cell comment change.
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | Gets the type of revision. The value of the property is RevisionType integer constant. |
| Row | int | Gets the row index of the which contains a comment. |
| Column | int | Gets the column index of the which contains a comment. |
| CellName | String | Gets the name of the cell. |
| ActionType | int | Gets the action type of the revision. The value of the property is RevisionActionType integer constant. |
| IsOldComment | boolean | Indicates whether it’s an old comment. |
| OldLength | int | Gets Length of the comment text added in this revision. |
| NewLength | int | Gets Length of the comment before this revision was made. |
| Worksheet | Worksheet | Gets the worksheet. |
| Id | int | Gets the number of this revision. Zero means this revision does not contains id. |
RevisionCellComment.Type property
Gets the type of revision. The value of the property is RevisionType integer constant.
Type: int
RevisionCellComment.Row property
Gets the row index of the which contains a comment.
Type: int
RevisionCellComment.Column property
Gets the column index of the which contains a comment.
Type: int
RevisionCellComment.CellName property
Gets the name of the cell.
Type: String
RevisionCellComment.ActionType property
Gets the action type of the revision. The value of the property is RevisionActionType integer constant.
Type: int
RevisionCellComment.IsOldComment property
Indicates whether it’s an old comment.
Type: boolean
RevisionCellComment.OldLength property
Gets Length of the comment text added in this revision.
Type: int
RevisionCellComment.NewLength property
Gets Length of the comment before this revision was made.
Type: int
RevisionCellComment.Worksheet property
Gets the worksheet.
Type: Worksheet
RevisionCellComment.Id property
Gets the number of this revision. Zero means this revision does not contains id.
Type: int