get_cell_or_null method

get_cell_or_null(self, column)

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):
    ...
ParameterTypeDescription
columnintThe column index

See Also