RevisionAutoFormat

RevisionAutoFormat class

represents a revision record of information about a formatting change.

Properties

NameTypeDescription
TypeNumberGets the type of the revision. The value of the property is RevisionType integer constant.
CellAreaCellAreaGets the location where the formatting was applied.
WorksheetWorksheetGets the worksheet.
IdNumberGets the number of this revision. Zero means this revision does not contains id.

RevisionAutoFormat.Type property

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

Type: Number

RevisionAutoFormat.CellArea property

Gets the location where the formatting was applied.

Type: CellArea

RevisionAutoFormat.Worksheet property

Gets the worksheet.

Type: Worksheet

RevisionAutoFormat.Id property

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

Type: Number