RevisionFormat

RevisionFormat class

Represents a revision record of information about a formatting change.

Properties

NameTypeDescription
TypeNumberGets the type of revision. The value of the property is RevisionType integer constant.
AreasCellArea[]The range to which this formatting was applied.
StyleStyleGets the applied style.
WorksheetWorksheetGets the worksheet.
IdNumberGets the number of this revision. Zero means this revision does not contains id.

RevisionFormat.Type property

Gets the type of revision. The value of the property is RevisionType integer constant.

Type: Number

RevisionFormat.Areas property

The range to which this formatting was applied.

Type: CellArea[]

RevisionFormat.Style property

Gets the applied style.

Type: Style

RevisionFormat.Worksheet property

Gets the worksheet.

Type: Worksheet

RevisionFormat.Id property

Gets the number of this revision. Zero means this revision does not contains id.

Type: Number