get method
Contents
[
Hide
]get(self, index)
Gets the Comment element at the specified index.
Returns
The element at the specified index.
def get(self, index):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | The zero based index of the element. |
get(self, cell_name)
Gets the Comment element at the specified cell.
Returns
The element at the specified cell.
def get(self, cell_name):
...
| Parameter | Type | Description |
|---|---|---|
| cell_name | System.String | Cell name. |
get(self, row, column)
Add API for Python Via .Net.since this[int, int] is unsupported
Returns
The element at the specified cell.
def get(self, row, column):
...
| Parameter | Type | Description |
|---|---|---|
| row | int | Row index. |
| column | int | Column index. |
See Also
- module
aspose.cells - class
Comment - class
CommentCollection