RevisionInsertDelete Class
RevisionInsertDelete class
Represents a revision record of a row/column insert/delete action.
type RevisionInsertDelete struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewRevisionInsertDelete | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetType | Represents the type of revision. |
GetCellArea | Gets the inserting/deleting range. |
GetActionType | Gets the action type of this revision. |
GetRevisions | Gets revision list by this operation. |
GetWorksheet | Gets the worksheet. |
GetId | Gets the number of this revision. |