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

objectRevisionRevisionDefinedName

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

string

OldFormula

Gets the old formula.

public string OldFormula { get; }

Property Value

string

Text

Gets the text of the defined name.

public string Text { get; }

Property Value

string

Type

Represents the type of revision.

public override RevisionType Type { get; }

Property Value

RevisionType