Item
SmartTagSetting indexer (1 of 3)
得到一个SmartTagCollection
索引的对象.
public SmartTagCollection this[int index] { get; }
范围 | 描述 |
---|---|
index | 该指数SmartTagCollection 列表中的对象。 |
也可以看看
- class SmartTagCollection
- class SmartTagSetting
- 命名空间 Aspose.Cells.Markup
- 部件 Aspose.Cells
SmartTagSetting indexer (2 of 3)
获取SmartTagCollection
单元格的对象.
public SmartTagCollection this[int row, int column] { get; }
范围 | 描述 |
---|---|
row | 单元格的行索引。 |
column | 单元格的列索引 |
返回值
返回SmartTagCollection
单元格的对象。 如果单元格上没有任何智能标签,则返回 null。
也可以看看
- class SmartTagCollection
- class SmartTagSetting
- 命名空间 Aspose.Cells.Markup
- 部件 Aspose.Cells
SmartTagSetting indexer (3 of 3)
获取SmartTagCollection
单元格的对象.
public SmartTagCollection this[string cellName] { get; }
范围 | 描述 |
---|---|
cellName | 单元格的名称。 |
返回值
返回SmartTagCollection
单元格的对象。 如果单元格上没有任何智能标签,则返回 null。
也可以看看
- class SmartTagCollection
- class SmartTagSetting
- 命名空间 Aspose.Cells.Markup
- 部件 Aspose.Cells