SmartTagSetting.Item

SmartTagSetting indexer (1 of 3)

Gets a SmartTagCollection object by the index.

public SmartTagCollection this[int index] { get; }
ParameterDescription
indexThe index of the SmartTagCollection object in the list.

See Also


SmartTagSetting indexer (2 of 3)

Gets the SmartTagCollection object of the cell.

public SmartTagCollection this[int row, int column] { get; }
ParameterDescription
rowThe row index of the cell.
columnThe column index of the cell

Return Value

Returns the SmartTagCollection object of the cell. Returns null if there is no any smart tags on the cell.

See Also


SmartTagSetting indexer (3 of 3)

Gets the SmartTagCollection object of the cell.

public SmartTagCollection this[string cellName] { get; }
ParameterDescription
cellNameThe name of the cell.

Return Value

Returns the SmartTagCollection object of the cell. Returns null if there is no any smart tags on the cell.

See Also