Class RevisionRenameSheet

Class RevisionRenameSheet

Namespace: Aspose.Cells.Revisions
Assembly: Aspose.Cells.dll (25.2.0)

Represents a revision of renaming sheet.

public class RevisionRenameSheet : Revision

Inheritance

objectRevisionRevisionRenameSheet

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

NewName

Gets the new name of the worksheet.

public string NewName { get; }

Property Value

string

OldName

Gets the old name of the worksheet.

public string OldName { get; }

Property Value

string

Type

Represents the type of the revision.

public override RevisionType Type { get; }

Property Value

RevisionType