Aspose::Cells::Revisions::RevisionQueryTable class

RevisionQueryTable class

Represents a revision of a query table field change.

class RevisionQueryTable : public Aspose::Cells::Revisions::Revision

Methods

MethodDescription
GetCellArea()Gets the location of the affected query table.
GetFieldId()Gets ID of the specific query table field that was removed.
GetId()Gets the number of this revision.
GetType()Represents the type of the revision.
GetWorksheet()Gets the worksheet.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const RevisionQueryTable& src)operator=
operator=(const Revision& src)operator=
Revision(Revision_Impl* impl)Constructs from an implementation object.
Revision(const Revision& src)Copy constructor.
RevisionQueryTable(RevisionQueryTable_Impl* impl)Constructs from an implementation object.
RevisionQueryTable(const RevisionQueryTable& src)Copy constructor.
RevisionQueryTable(const Revision& src)Constructs from a parent object.
~Revision()Destructor.
~RevisionQueryTable()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also