Class RevisionFormat

RevisionFormat class

Represents a revision record of information about a formatting change.

public class RevisionFormat : Revision

Properties

NameDescription
Areas { get; }The range to which this formatting was applied.
Id { get; }Gets the number of this revision.(Inherited from Revision.)
Style { get; }Gets the applied style.
override Type { get; }Gets the type of revision.
Worksheet { get; }Gets the worksheet.(Inherited from Revision.)

See Also