Class RevisionFormat

Class RevisionFormat

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

Represents a revision record of information about a formatting change.

public class RevisionFormat : Revision

Inheritance

objectRevisionRevisionFormat

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

Areas

The range to which this formatting was applied.

public CellArea[] Areas { get; }

Property Value

CellArea[]

Style

Gets the applied style.

public Style Style { get; }

Property Value

Style

Type

Gets the type of revision.

public override RevisionType Type { get; }

Property Value

RevisionType