get method
Contents
[
Hide
]get(self, cell_name)
Gets the SmartTagCollection object of the cell.
Returns
Returns the SmartTagCollection object of the cell.
Returns null if there is no any smart tags on the cell.
def get(self, cell_name):
...
| Parameter | Type | Description |
|---|---|---|
| cell_name | System.String | The name of the cell. |
get(self, row, column)
Add API for Python Via .Net.since this[int, int] is unsupported
Returns
Returns the SmartTagCollection object of the cell.
Returns null if there is no any smart tags on the cell.
def get(self, row, column):
...
| Parameter | Type | Description |
|---|---|---|
| row | int | The row index of the cell. |
| column | int | The column index of the cell |
See Also
- module
aspose.cells.markup - class
SmartTagCollection - class
SmartTagSetting