RevisionQueryTable
Contents
[
Hide
]RevisionQueryTable class
Represents a revision of a query table field change.
class RevisionQueryTable extends Revision;
Constructors
| Name | Description |
|---|---|
| constructor(Revision) | Constructs from a parent object convertible to this. |
Properties
| Property | Type | Description |
|---|---|---|
| cellArea | CellArea | Readonly. Gets the location of the affected query table. |
| fieldId | number | Readonly. Gets ID of the specific query table field that was removed. |
| worksheet | Worksheet | Readonly. Gets the worksheet. |
| id | number | Readonly. Gets the number of this revision. |
Methods
| Method | Description |
|---|---|
| getType() | Represents the type of the revision. |
constructor(Revision)
Constructs from a parent object convertible to this.
constructor(obj: Revision);
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | Revision | The parent object. |
cellArea
Readonly. Gets the location of the affected query table.
cellArea : CellArea;
fieldId
Readonly. Gets ID of the specific query table field that was removed.
fieldId : number;
worksheet
Readonly. Gets the worksheet.
worksheet : Worksheet;
id
Readonly. Gets the number of this revision.
id : number;
Remarks
Zero means this revision does not contains id.
getType()
Represents the type of the revision.
getType() : RevisionType;
Returns