RevisionAutoFormat

RevisionAutoFormat class

represents a revision record of information about a formatting change.

Properties

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

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