RevisionFormat
Contents
[
Hide
]RevisionFormat class
Represents a revision record of information about a formatting change.
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | Gets the type of revision. The value of the property is RevisionType integer constant. |
| Areas | CellArea[] | The range to which this formatting was applied. |
| Style | Style | Gets the applied style. |
| Worksheet | Worksheet | Gets the worksheet. |
| Id | int | Gets 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