check_cell method

check_cell

Gets the Cell element or null at the specified cell row index and column index.

Returns

Return Cell object if a Cell object exists. Return null if the cell does not exist.

def check_cell(self, row, column):
    ...
ParameterTypeDescription
rowintRow index
columnintColumn index

See Also