Class RevisionDefinedName
Class RevisionDefinedName
Namespace: Aspose.Cells.Revisions
Assembly: Aspose.Cells.dll (25.2.0)
Represents a revision record of a defined name change.
public class RevisionDefinedName : Revision
Inheritance
object ← Revision ← RevisionDefinedName
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
NewFormula
Gets the formula.
public string NewFormula { get; }
Property Value
OldFormula
Gets the old formula.
public string OldFormula { get; }
Property Value
Text
Gets the text of the defined name.
public string Text { get; }
Property Value
Type
Represents the type of revision.
public override RevisionType Type { get; }