Class RevisionCellComment
Class RevisionCellComment
Namespace: Aspose.Cells.Revisions
Assembly: Aspose.Cells.dll (25.2.0)
Represents a revision record of a cell comment change.
public class RevisionCellComment : Revision
Inheritance
object ← Revision ← RevisionCellComment
Inherited Members
Revision.Type, Revision.Worksheet, Revision.Id, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
ActionType
Gets the action type of the revision.
public RevisionActionType ActionType { get; }
Property Value
CellName
Gets the name of the cell.
public string CellName { get; set; }
Property Value
Column
Gets the column index of the which contains a comment.
public int Column { get; }
Property Value
IsOldComment
Indicates whether it’s an old comment.
public bool IsOldComment { get; }
Property Value
NewLength
Gets Length of the comment before this revision was made.
public int NewLength { get; }
Property Value
OldLength
Gets Length of the comment text added in this revision.
public int OldLength { get; }
Property Value
Row
Gets the row index of the which contains a comment.
public int Row { get; }
Property Value
Type
Gets the type of revision.
public override RevisionType Type { get; }