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

objectRevisionRevisionCellComment

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

RevisionActionType

CellName

Gets the name of the cell.

public string CellName { get; set; }

Property Value

string

Column

Gets the column index of the which contains a comment.

public int Column { get; }

Property Value

int

IsOldComment

Indicates whether it’s an old comment.

public bool IsOldComment { get; }

Property Value

bool

NewLength

Gets Length of the comment before this revision was made.

public int NewLength { get; }

Property Value

int

OldLength

Gets Length of the comment text added in this revision.

public int OldLength { get; }

Property Value

int

Row

Gets the row index of the which contains a comment.

public int Row { get; }

Property Value

int

Type

Gets the type of revision.

public override RevisionType Type { get; }

Property Value

RevisionType