RevisionRenameSheet Class
RevisionRenameSheet class
Represents a revision of renaming sheet.
type RevisionRenameSheet struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewRevisionRenameSheet | Constructs from a parent object. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetType | Represents the type of the revision. |
| GetOldName | Gets the old name of the worksheet. |
| GetNewName | Gets the new name of the worksheet. |
| GetWorksheet | Gets the worksheet. |
| GetId | Gets the number of this revision. |