Class RevisionQueryTable

RevisionQueryTable class

Represents a revision of a query table field change.

public class RevisionQueryTable : Revision

Properties

NameDescription
CellArea { get; }Gets the location of the affected query table.
FieldId { get; }Gets ID of the specific query table field that was removed.
Id { get; }Gets the number of this revision.(Inherited from Revision.)
override Type { get; }Represents the type of the revision.
Worksheet { get; }Gets the worksheet.(Inherited from Revision.)

See Also