SmartTagPropertyCollection.Item
SmartTagPropertyCollection indexer (1 of 2)
Gets a SmartTagProperty
object.
public SmartTagProperty this[int index] { get; }
Parameter | Description |
---|---|
index | The index |
Return Value
Returns a SmartTagProperty
object.
See Also
- class SmartTagProperty
- class SmartTagPropertyCollection
- namespace Aspose.Cells.Markup
- assembly Aspose.Cells
SmartTagPropertyCollection indexer (2 of 2)
Gets a SmartTagProperty
object by the name of the property.
public SmartTagProperty this[string name] { get; }
Parameter | Description |
---|---|
name | The name of the property. |
Return Value
Returns a SmartTagProperty
object.
See Also
- class SmartTagProperty
- class SmartTagPropertyCollection
- namespace Aspose.Cells.Markup
- assembly Aspose.Cells