Item
SmartTagPropertyCollection indexer (1 of 2)
得到一个SmartTagProperty
对象.
public SmartTagProperty this[int index] { get; }
范围 | 描述 |
---|---|
index | 指数 |
返回值
返回一个SmartTagProperty
目的。
也可以看看
- class SmartTagProperty
- class SmartTagPropertyCollection
- 命名空间 Aspose.Cells.Markup
- 部件 Aspose.Cells
SmartTagPropertyCollection indexer (2 of 2)
得到一个SmartTagProperty
按属性名称的对象。
public SmartTagProperty this[string name] { get; }
范围 | 描述 |
---|---|
name | 属性的名称。 |
返回值
返回一个SmartTagProperty
目的。
也可以看看
- class SmartTagProperty
- class SmartTagPropertyCollection
- 命名空间 Aspose.Cells.Markup
- 部件 Aspose.Cells