RevisionCellChange Class
Contents
[
Hide
]RevisionCellChange class
Represents the revision that changing cells.
type RevisionCellChange struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewRevisionCellChange | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetType | Represents the type of revision. |
GetCellName | Gets the name of the cell. |
GetRow | Gets the row index of the cell. |
GetColumn | Gets the column index of the cell. |
IsNewFormatted | Indicates whether this cell is new formatted. |
IsOldFormatted | Indicates whether this cell is old formatted. |
GetOldFormula | Gets the old formula. |
GetOldValue | Gets old value of the cell. |
GetNewValue | Gets new value of the cell. |
GetNewFormula | Gets the old formula. |
GetNewStyle | Gets the new style of the cell. |
GetOldStyle | Gets the old style of the cell. |
GetWorksheet | Gets the worksheet. |
GetId | Gets the number of this revision. |