Add
SmartTagCollection.Add method
添加智能标签。
public int Add(string uri, string name)
范围 | 类型 | 描述 |
---|---|---|
uri | String | 指定智能标记的命名空间 URI |
name | String | 指定智能标记的名称。 |
返回值
列表中智能标签的索引。
也可以看看
- class SmartTagCollection
- 命名空间 Aspose.Cells.Markup
- 部件 Aspose.Cells
添加智能标签。
public int Add(string uri, string name)
范围 | 类型 | 描述 |
---|---|---|
uri | String | 指定智能标记的命名空间 URI |
name | String | 指定智能标记的名称。 |
列表中智能标签的索引。