Item
ConnectionParameterCollection indexer (1 of 2)
Obtiene elConnectionParameter
elemento en el índice especificado.
public ConnectionParameter this[int index] { get; set; }
Parámetro | Descripción |
---|---|
index | El índice de base cero del elemento. |
Valor_devuelto
El elemento en el índice especificado.
Ver también
- class ConnectionParameter
- class ConnectionParameterCollection
- espacio de nombres Aspose.Cells.ExternalConnections
- asamblea Aspose.Cells
ConnectionParameterCollection indexer (2 of 2)
Obtiene elConnectionParameter
elemento con el nombre especificado.
public ConnectionParameter this[string connParamName] { get; }
Parámetro | Descripción |
---|---|
connParamName | nombre del parámetro de conexión |
Valor_devuelto
El elemento con el nombre especificado.
Ver también
- class ConnectionParameter
- class ConnectionParameterCollection
- espacio de nombres Aspose.Cells.ExternalConnections
- asamblea Aspose.Cells