RevisionQueryTable

RevisionQueryTable class

Represents a revision of a query table field change.

Properties

NameTypeDescription
TypeintRepresents the type of the revision. The value of the property is RevisionType integer constant.
CellAreaCellAreaGets the location of the affected query table.
FieldIdintGets ID of the specific query table field that was removed.
WorksheetWorksheetGets the worksheet.
IdintGets the number of this revision. Zero means this revision does not contains id.

RevisionQueryTable.Type property

Represents the type of the revision. The value of the property is RevisionType integer constant.

Type: int

RevisionQueryTable.CellArea property

Gets the location of the affected query table.

Type: CellArea

RevisionQueryTable.FieldId property

Gets ID of the specific query table field that was removed.

Type: int

RevisionQueryTable.Worksheet property

Gets the worksheet.

Type: Worksheet

RevisionQueryTable.Id property

Gets the number of this revision. Zero means this revision does not contains id.

Type: int