RevisionDefinedName

RevisionDefinedName class

Represents a revision record of a defined name change.

Properties

NameTypeDescription
TypeintRepresents the type of revision. The value of the property is RevisionType integer constant.
TextStringGets the text of the defined name.
OldFormulaStringGets the old formula.
NewFormulaStringGets the formula.
WorksheetWorksheetGets the worksheet.
IdintGets 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