RevisionDefinedName
Contents
[
Hide
]RevisionDefinedName class
Represents a revision record of a defined name change.
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | Represents the type of revision. The value of the property is RevisionType integer constant. |
| Text | String | Gets the text of the defined name. |
| OldFormula | String | Gets the old formula. |
| NewFormula | String | Gets the formula. |
| Worksheet | Worksheet | Gets the worksheet. |
| Id | int | Gets the number of this revision. Zero means this revision does not contains id. |
RevisionDefinedName.Type property
Represents the type of revision. The value of the property is RevisionType integer constant.
Type: int
RevisionDefinedName.Text property
Gets the text of the defined name.
Type: String
RevisionDefinedName.OldFormula property
Gets the old formula.
Type: String
RevisionDefinedName.NewFormula property
Gets the formula.
Type: String
RevisionDefinedName.Worksheet property
Gets the worksheet.
Type: Worksheet
RevisionDefinedName.Id property
Gets the number of this revision. Zero means this revision does not contains id.
Type: int