get method
get(self, index)
Add API for Python Via .Net.since this[int] is unsupported
def get(self, index):
...
| Parameter | Type | Description |
|---|---|---|
| index | int |
get(self, name)
Add API for Python Via .Net.since this[string] is unsupported
Returns
def get(self, name):
...
| Parameter | Type | Description |
|---|---|---|
| name | System.String | The name of the ListColumn |
See Also
- module
aspose.cells.tables - class
ListColumn - class
ListColumnCollection