SmartTagSetting.Add

Add(int, int)

Adds a SmartTagCollection object to a cell.

public int Add(int row, int column)
ParameterTypeDescription
rowInt32The row of the cell.
columnInt32The column of the cell.

Return Value

Returns index of a SmartTagCollection object in the worksheet.

See Also


Add(string)

Add a cell smart tags.

public int Add(string cellName)
ParameterTypeDescription
cellNameStringThe name of the cell.

See Also