Item
SmartTagPropertyCollection indexer (1 of 2)
Obtiene unSmartTagProperty
objeto.
public SmartTagProperty this[int index] { get; }
Parámetro | Descripción |
---|---|
index | El índice |
Valor_devuelto
Devuelve unSmartTagProperty
objeto.
Ver también
- class SmartTagProperty
- class SmartTagPropertyCollection
- espacio de nombres Aspose.Cells.Markup
- asamblea Aspose.Cells
SmartTagPropertyCollection indexer (2 of 2)
Obtiene unSmartTagProperty
objeto por el nombre de la propiedad.
public SmartTagProperty this[string name] { get; }
Parámetro | Descripción |
---|---|
name | El nombre de la propiedad. |
Valor_devuelto
Devuelve unSmartTagProperty
objeto.
Ver también
- class SmartTagProperty
- class SmartTagPropertyCollection
- espacio de nombres Aspose.Cells.Markup
- asamblea Aspose.Cells