Aspose::Cells::Revisions::RevisionQueryTable class
Contents
[
Hide
]RevisionQueryTable class
Represents a revision of a query table field change.
class RevisionQueryTable : public Aspose::Cells::Revisions::Revision
Methods
| Method | Description |
|---|---|
| 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() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator 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
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Class Revision
- Namespace Aspose::Cells::Revisions
- Library Aspose.Cells for C++