RevisionQueryTable
Contents
[
Hide
]RevisionQueryTable class
Represents a revision of a query table field change.
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | Represents the type of the revision. The value of the property is RevisionType integer constant. |
| CellArea | CellArea | Gets the location of the affected query table. |
| FieldId | int | Gets ID of the specific query table field that was removed. |
| Worksheet | Worksheet | Gets the worksheet. |
| Id | int | Gets 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