get method
Contents
[
Hide
]get
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
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 | str | Cell name. |
get
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