SmartTagSetting.Add
Add(int, int)
Adds a SmartTagCollection
object to a cell.
public int Add(int row, int column)
Parameter | Type | Description |
---|---|---|
row | Int32 | The row of the cell. |
column | Int32 | The column of the cell. |
Return Value
Returns index of a SmartTagCollection
object in the worksheet.
See Also
- class SmartTagSetting
- namespace Aspose.Cells.Markup
- assembly Aspose.Cells
Add(string)
Add a cell smart tags.
public int Add(string cellName)
Parameter | Type | Description |
---|---|---|
cellName | String | The name of the cell. |
See Also
- class SmartTagSetting
- namespace Aspose.Cells.Markup
- assembly Aspose.Cells