Item
Contenuti
[
Nascondere
]SmartTagSetting indexer (1 of 3)
Ottiene aSmartTagCollection oggetto dall’indice.
public SmartTagCollection this[int index] { get; }
| Parametro | Descrizione |
|---|---|
| index | L’indice delSmartTagCollection oggetto nell’elenco. |
Guarda anche
- class SmartTagCollection
- class SmartTagSetting
- spazio dei nomi Aspose.Cells.Markup
- assemblea Aspose.Cells
SmartTagSetting indexer (2 of 3)
Ottiene ilSmartTagCollection oggetto della cella.
public SmartTagCollection this[int row, int column] { get; }
| Parametro | Descrizione |
|---|---|
| row | L’indice di riga della cella. |
| column | L’indice di colonna della cella |
Valore di ritorno
Restituisce ilSmartTagCollection oggetto della cella. Restituisce null se non sono presenti smart tag nella cella.
Guarda anche
- class SmartTagCollection
- class SmartTagSetting
- spazio dei nomi Aspose.Cells.Markup
- assemblea Aspose.Cells
SmartTagSetting indexer (3 of 3)
Ottiene ilSmartTagCollection oggetto della cella.
public SmartTagCollection this[string cellName] { get; }
| Parametro | Descrizione |
|---|---|
| cellName | Il nome della cella. |
Valore di ritorno
Restituisce ilSmartTagCollection oggetto della cella. Restituisce null se non sono presenti smart tag nella cella.
Guarda anche
- class SmartTagCollection
- class SmartTagSetting
- spazio dei nomi Aspose.Cells.Markup
- assemblea Aspose.Cells