public class SmartTagSetting extends CollectionBase
SmartTagCollection object in the worksheet.| Modifier and Type | Method and Description |
|---|---|
int |
add(int row,
int column)
Adds a
SmartTagCollection object to a cell. |
int |
add(java.lang.String cellName)
Add a cell smart tags.
|
SmartTagCollection |
get(int index)
Gets a
SmartTagCollection object by the index. |
SmartTagCollection |
get(int row,
int column)
Gets the
SmartTagCollection object of the cell. |
SmartTagCollection |
get(java.lang.String cellName)
Gets the
SmartTagCollection object of the cell. |
public int add(int row,
int column)
SmartTagCollection object to a cell.row - The row of the cell.column - The column of the cell.SmartTagCollection object in the worksheet.public int add(java.lang.String cellName)
cellName - The name of the cell.public SmartTagCollection get(int index)
SmartTagCollection object by the index.get in class CollectionBaseindex - The index of the SmartTagCollection object in the list.public SmartTagCollection get(int row, int column)
SmartTagCollection object of the cell.row - The row index of the cell.column - The column index of the cellSmartTagCollection object of the cell.
Returns null if there is no any smart tags on the cell.public SmartTagCollection get(java.lang.String cellName)
SmartTagCollection object of the cell.cellName - The name of the cell.SmartTagCollection object of the cell.
Returns null if there is no any smart tags on the cell.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.