Item
SmartTagPropertyCollection indexer (1 of 2)
Obtient unSmartTagProperty objet.
public SmartTagProperty this[int index] { get; }
| Paramètre | La description |
|---|---|
| index | L’index |
Return_Value
Renvoie unSmartTagProperty objet.
Voir également
- class SmartTagProperty
- class SmartTagPropertyCollection
- espace de noms Aspose.Cells.Markup
- Assemblée Aspose.Cells
SmartTagPropertyCollection indexer (2 of 2)
Obtient unSmartTagProperty objet par le nom de la propriété.
public SmartTagProperty this[string name] { get; }
| Paramètre | La description |
|---|---|
| name | Le nom de la propriété. |
Return_Value
Renvoie unSmartTagProperty objet.
Voir également
- class SmartTagProperty
- class SmartTagPropertyCollection
- espace de noms Aspose.Cells.Markup
- Assemblée Aspose.Cells