Aspose::Cells::QueryTableCollection class
QueryTableCollection class
A collection of QueryTableCollection objects that represent QueryTable collection information.
class QueryTableCollection
Methods
| Method | Description |
|---|---|
| Get(int32_t index) | Gets the querytable by the specific index. |
| GetCount() | |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const QueryTableCollection& src) | operator= |
| QueryTableCollection(QueryTableCollection_Impl* impl) | Constructs from an implementation object. |
| QueryTableCollection(const QueryTableCollection& src) | Copy constructor. |
| ~QueryTableCollection() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++