RevisionQueryTable

RevisionQueryTable class

Represents a revision of a query table field change.

class RevisionQueryTable extends Revision;

Constructors

ConstructorDescription
constructor(Revision)Constructs from a parent object convertible to this.

Properties

PropertyTypeDescription
cellAreaCellAreaReadonly. Gets the location of the affected query table.
fieldIdnumberReadonly. Gets ID of the specific query table field that was removed.
worksheetWorksheetReadonly. Gets the worksheet.
idnumberReadonly. Gets the number of this revision.

Methods

MethodDescription
getCellArea()@deprecated. Please use the ‘cellArea’ property instead. Gets the location of the affected query table.
getFieldId()@deprecated. Please use the ‘fieldId’ property instead. Gets ID of the specific query table field that was removed.
isNull()Checks whether the implementation object is null.
getWorksheet()@deprecated. Please use the ‘worksheet’ property instead. Gets the worksheet.
getId()@deprecated. Please use the ‘id’ property instead. Gets the number of this revision.
getType()Represents the type of the revision.

constructor(Revision)

Constructs from a parent object convertible to this.

constructor(obj: Revision);

Parameters:

ParameterTypeDescription
objRevisionThe 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.

getCellArea()

@deprecated. Please use the ‘cellArea’ property instead. Gets the location of the affected query table.

getCellArea() : CellArea;

Returns

CellArea

getFieldId()

@deprecated. Please use the ‘fieldId’ property instead. Gets ID of the specific query table field that was removed.

getFieldId() : number;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

getWorksheet()

@deprecated. Please use the ‘worksheet’ property instead. Gets the worksheet.

getWorksheet() : Worksheet;

Returns

Worksheet

getId()

@deprecated. Please use the ‘id’ property instead. Gets the number of this revision.

getId() : number;

Remarks

Zero means this revision does not contains id.

getType()

Represents the type of the revision.

getType() : RevisionType;

Returns

RevisionType