get_cell_or_null method
get_cell_or_null
Gets the cell or null in the specific index.
Returns
Returns the cell object if the cell exists. Or returns null if the cell object does not exist.
def get_cell_or_null(self, column):
...
Parameter | Type | Description |
---|---|---|
column | int | The column index |
See Also
- module
aspose.cells
- class
Row