RevisionAutoFormat
Contents
[
Hide
]RevisionAutoFormat class
represents a revision record of information about a formatting change.
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | Gets the type of the revision. The value of the property is RevisionType integer constant. |
| CellArea | CellArea | Gets the location where the formatting was applied. |
| Worksheet | Worksheet | Gets the worksheet. |
| Id | int | Gets 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