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. |
Methods
Method | Description |
---|---|
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. |
isNull() | Checks whether the implementation object is null. |
getWorksheet() | Gets the worksheet. |
getId() | Gets the number of this revision. |
constructor(Revision)
Constructs from a parent object convertible to this.
constructor(obj: Revision);
Parameters:
Parameter | Type | Description |
---|---|---|
obj | Revision | The parent object. |
getType()
Represents the type of the revision.
getType() : RevisionType;
Returns
getCellArea()
Gets the location of the affected query table.
getCellArea() : CellArea;
Returns
getFieldId()
Gets ID of the specific query table field that was removed.
getFieldId() : number;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;
getWorksheet()
Gets the worksheet.
getWorksheet() : Worksheet;
Returns
getId()
Gets the number of this revision.
getId() : number;
Remarks
Zero means this revision does not contains id.