SmartTagSetting.Item
Contents
[
Hide
]SmartTagSetting indexer (1 of 3)
Gets a SmartTagCollection
object by the index.
public SmartTagCollection this[int index] { get; }
Parameter | Description |
---|---|
index | The index of the SmartTagCollection object in the list. |
See Also
- class SmartTagCollection
- class SmartTagSetting
- namespace Aspose.Cells.Markup
- assembly Aspose.Cells
SmartTagSetting indexer (2 of 3)
Gets the SmartTagCollection
object of the cell.
public SmartTagCollection this[int row, int column] { get; }
Parameter | Description |
---|---|
row | The row index of the cell. |
column | The 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
- class SmartTagCollection
- class SmartTagSetting
- namespace Aspose.Cells.Markup
- assembly Aspose.Cells
SmartTagSetting indexer (3 of 3)
Gets the SmartTagCollection
object of the cell.
public SmartTagCollection this[string cellName] { get; }
Parameter | Description |
---|---|
cellName | The 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
- class SmartTagCollection
- class SmartTagSetting
- namespace Aspose.Cells.Markup
- assembly Aspose.Cells