RevisionCellComment class

RevisionCellComment class

Represents a revision record of a cell comment change.

Inheritance: RevisionCellCommentRevision

The RevisionCellComment type exposes the following members:

Properties

PropertyDescription
typeGets the type of revision.
worksheetGets the worksheet.
idGets the number of this revision.
rowGets the row index of the which contains a comment.
columnGets the column index of the which contains a comment.
cell_nameGets the name of the cell.
action_typeGets the action type of the revision.
is_old_commentIndicates whether it’s an old comment.
old_lengthGets Length of the comment text added in this revision.
new_lengthGets Length of the comment before this revision was made.

See Also