Aspose::Cells::QueryTableCollection class

QueryTableCollection class

A collection of QueryTableCollection objects that represent QueryTable collection information.

class QueryTableCollection

Methods

MethodDescription
begin()Returns an iterator to the beginning of the QueryTableCollection.
end()Returns an iterator to the end of the QueryTableCollection.
Get(int32_t index)Gets the querytable by the specific index.
GetCount()Gets the number of elements contained in the instance.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const QueryTableCollection& src)operator=
QueryTableCollection(QueryTableCollection_Impl* impl)Constructs from an implementation object.
QueryTableCollection(const QueryTableCollection& src)Copy constructor.
~QueryTableCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also