RevisionCellComment

RevisionCellComment class

Represents a revision record of a cell comment change.

Properties

NameTypeDescription
TypeintGets the type of revision. The value of the property is RevisionType integer constant.
RowintGets the row index of the which contains a comment.
ColumnintGets the column index of the which contains a comment.
CellNameStringGets the name of the cell.
ActionTypeintGets the action type of the revision. The value of the property is RevisionActionType integer constant.
IsOldCommentbooleanIndicates whether it’s an old comment.
OldLengthintGets Length of the comment text added in this revision.
NewLengthintGets Length of the comment before this revision was made.
WorksheetWorksheetGets the worksheet.
IdintGets 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