Class RevisionAutoFormat

Class RevisionAutoFormat

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

represents a revision record of information about a formatting change.

public class RevisionAutoFormat : Revision

Inheritance

objectRevisionRevisionAutoFormat

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

CellArea

Gets the location where the formatting was applied.

public CellArea CellArea { get; }

Property Value

CellArea

Type

Gets the type of the revision.

public override RevisionType Type { get; }

Property Value

RevisionType