RevisionCellComment

RevisionCellComment class

Represents a revision record of a cell comment change.

Properties

NameTypeDescription
TypeNumberGets the type of revision. The value of the property is RevisionType integer constant.
RowNumberGets the row index of the which contains a comment.
ColumnNumberGets the column index of the which contains a comment.
CellNameStringGets the name of the cell.
ActionTypeNumberGets the action type of the revision. The value of the property is RevisionActionType integer constant.
IsOldCommentbooleanIndicates whether it’s an old comment.
OldLengthNumberGets Length of the comment text added in this revision.
NewLengthNumberGets Length of the comment before this revision was made.
WorksheetWorksheetGets the worksheet.
IdNumberGets 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: Number

RevisionCellComment.Row property

Gets the row index of the which contains a comment.

Type: Number

RevisionCellComment.Column property

Gets the column index of the which contains a comment.

Type: Number

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

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

RevisionCellComment.NewLength property

Gets Length of the comment before this revision was made.

Type: Number

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