Class RevisionCellComment

RevisionCellComment class

Represents a revision record of a cell comment change.

public class RevisionCellComment : Revision

Properties

NameDescription
ActionType { get; }Gets the action type of the revision.
CellName { get; set; }Gets the name of the cell.
Column { get; }Gets the column index of the which contains a comment.
Id { get; }Gets the number of this revision.(Inherited from Revision.)
IsOldComment { get; }Indicates whether it’s an old comment.
NewLength { get; }Gets Length of the comment before this revision was made.
OldLength { get; }Gets Length of the comment text added in this revision.
Row { get; }Gets the row index of the which contains a comment.
override Type { get; }Gets the type of revision.
Worksheet { get; }Gets the worksheet.(Inherited from Revision.)

See Also