Item

SmartTagSetting indexer (1 of 3)

得到一个SmartTagCollection索引的对象.

public SmartTagCollection this[int index] { get; }
范围描述
index该指数SmartTagCollection列表中的对象。

也可以看看


SmartTagSetting indexer (2 of 3)

获取SmartTagCollection单元格的对象.

public SmartTagCollection this[int row, int column] { get; }
范围描述
row单元格的行索引。
column单元格的列索引

返回值

返回SmartTagCollection单元格的对象。 如果单元格上没有任何智能标签,则返回 null。

也可以看看


SmartTagSetting indexer (3 of 3)

获取SmartTagCollection单元格的对象.

public SmartTagCollection this[string cellName] { get; }
范围描述
cellName单元格的名称。

返回值

返回SmartTagCollection单元格的对象。 如果单元格上没有任何智能标签,则返回 null。

也可以看看