ExternalConnectionCollection.Item
ExternalConnectionCollection indexer (1 of 2)
Gets the ExternalConnection
element at the specified index.
public ExternalConnection this[int index] { get; set; }
Parameter | Description |
---|---|
index | The zero based index of the element. |
Return Value
The element at the specified index.
See Also
- class ExternalConnection
- class ExternalConnectionCollection
- namespace Aspose.Cells.ExternalConnections
- assembly Aspose.Cells
ExternalConnectionCollection indexer (2 of 2)
Gets the ExternalConnection
element with the specified name.
public ExternalConnection this[string connectionName] { get; }
Parameter | Description |
---|---|
connectionName | the name of data connection |
Return Value
The element with the specified name.
See Also
- class ExternalConnection
- class ExternalConnectionCollection
- namespace Aspose.Cells.ExternalConnections
- assembly Aspose.Cells