Aspose::Cells::ExternalConnections::ExternalConnectionCollection::Get method
Contents
[
Hide
]ExternalConnectionCollection::Get(int32_t) method
Gets the ExternalConnection element at the specified index.
ExternalConnection Aspose::Cells::ExternalConnections::ExternalConnectionCollection::Get(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | The zero based index of the element. |
ReturnValue
The element at the specified index.
See Also
- Class ExternalConnection
- Class Vector
- Class ExternalConnectionCollection
- Namespace Aspose::Cells::ExternalConnections
- Library Aspose.Cells for C++
ExternalConnectionCollection::Get(const U16String&) method
Gets the ExternalConnection element with the specified name.
ExternalConnection Aspose::Cells::ExternalConnections::ExternalConnectionCollection::Get(const U16String &connectionName)
Parameter | Type | Description |
---|---|---|
connectionName | const U16String& | the name of data connection |
ReturnValue
The element with the specified name.
See Also
- Class ExternalConnection
- Class Vector
- Class U16String
- Class ExternalConnectionCollection
- Namespace Aspose::Cells::ExternalConnections
- Library Aspose.Cells for C++
ExternalConnectionCollection::Get(const char16_t*) method
Gets the ExternalConnection element with the specified name.
ExternalConnection Aspose::Cells::ExternalConnections::ExternalConnectionCollection::Get(const char16_t *connectionName)
Parameter | Type | Description |
---|---|---|
connectionName | const char16_t* | the name of data connection |
ReturnValue
The element with the specified name.
See Also
- Class ExternalConnection
- Class Vector
- Class ExternalConnectionCollection
- Namespace Aspose::Cells::ExternalConnections
- Library Aspose.Cells for C++