RevisionInsertDelete Class

RevisionInsertDelete class

Represents a revision record of a row/column insert/delete action.


type RevisionInsertDelete struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewRevisionInsertDeleteConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTypeRepresents the type of revision.
GetCellAreaGets the inserting/deleting range.
GetActionTypeGets the action type of this revision.
GetRevisionsGets revision list by this operation.
GetWorksheetGets the worksheet.
GetIdGets the number of this revision.