Aspose::Cells::QueryTableCollection class

QueryTableCollection class

A collection of QueryTableCollection objects that represent QueryTable collection information.

class QueryTableCollection

Methods

MethodDescription
Get(int32_t index)Gets the querytable by the specific index.
GetCount()
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