Add
Add(int, int)
添加一个SmartTagCollection
对象到一个单元格.
public int Add(int row, int column)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 单元格的行。 |
column | Int32 | 单元格的列。 |
返回值
返回 a 的索引SmartTagCollection
工作表中的对象。
也可以看看
- class SmartTagSetting
- 命名空间 Aspose.Cells.Markup
- 部件 Aspose.Cells
Add(string)
添加一个单元格智能标签。
public int Add(string cellName)
范围 | 类型 | 描述 |
---|---|---|
cellName | String | 单元格的名称。 |
也可以看看
- class SmartTagSetting
- 命名空间 Aspose.Cells.Markup
- 部件 Aspose.Cells