Item
SmartTagPropertyCollection indexer (1 of 2)
Ottiene aSmartTagProperty
oggetto.
public SmartTagProperty this[int index] { get; }
Parametro | Descrizione |
---|---|
index | L’indice |
Valore di ritorno
Restituisce unSmartTagProperty
oggetto.
Guarda anche
- class SmartTagProperty
- class SmartTagPropertyCollection
- spazio dei nomi Aspose.Cells.Markup
- assemblea Aspose.Cells
SmartTagPropertyCollection indexer (2 of 2)
Ottiene aSmartTagProperty
oggetto dal nome della proprietà.
public SmartTagProperty this[string name] { get; }
Parametro | Descrizione |
---|---|
name | Il nome della proprietà. |
Valore di ritorno
Restituisce unSmartTagProperty
oggetto.
Guarda anche
- class SmartTagProperty
- class SmartTagPropertyCollection
- spazio dei nomi Aspose.Cells.Markup
- assemblea Aspose.Cells