RevisionQueryTable Class
RevisionQueryTable class
Represents a revision of a query table field change.
type RevisionQueryTable struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewRevisionQueryTable | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetType | Represents the type of the revision. |
GetCellArea | Gets the location of the affected query table. |
GetFieldId | Gets ID of the specific query table field that was removed. |
GetWorksheet | Gets the worksheet. |
GetId | Gets the number of this revision. |