RevisionCellMove Class
RevisionCellMove class
Represents a revision record on a cell(s) that moved.
type RevisionCellMove struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewRevisionCellMove | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetType | Represents the type of revision. |
GetSourceArea | Gets the source area. |
GetDestinationArea | Gets the destination area. |
GetSourceWorksheet | Gets the source worksheet. |
GetWorksheet | Gets the worksheet. |
GetId | Gets the number of this revision. |