RevisionFormat

RevisionFormat class

Represents a revision record of information about a formatting change.

Properties

NameTypeDescription
TypeintGets 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.
IdintGets 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: int

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: int