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
object ← Revision ← RevisionRenameSheet
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
OldName
Gets the old name of the worksheet.
public string OldName { get; }
Property Value
Type
Represents the type of the revision.
public override RevisionType Type { get; }