Aspose::Cells::ExternalConnections::ConnectionParameterCollection class

ConnectionParameterCollection class

Specifies the ConnectionParameter collection.

class ConnectionParameterCollection

Methods

MethodDescription
begin()Returns an iterator to the beginning of the ConnectionParameterCollection.
ConnectionParameterCollection(ConnectionParameterCollection_Impl* impl)Constructs from an implementation object.
ConnectionParameterCollection(const ConnectionParameterCollection& src)Copy constructor.
end()Returns an iterator to the end of the ConnectionParameterCollection.
Get(int32_t index)Gets the ConnectionParameter element at the specified index.
Get(const U16String& connParamName)Gets the ConnectionParameter element with the specified name.
Get(const char16_t* connParamName)Gets the ConnectionParameter element with the specified name.
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 ConnectionParameterCollection& src)operator=
~ConnectionParameterCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also