RevisionDefinedName Class
RevisionDefinedName class
Represents a revision record of a defined name change.
type RevisionDefinedName struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewRevisionDefinedName | Constructs from a parent object. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetType | Represents the type of revision. |
| GetText | Gets the text of the defined name. |
| GetOldFormula | Gets the old formula. |
| GetNewFormula | Gets the formula. |
| GetWorksheet | Gets the worksheet. |
| GetId | Gets the number of this revision. |