cell_name_to_index method

cell_name_to_index

Gets the cell row and column indexes according to its name.

def cell_name_to_index(self, cell_name, row, column):
    ...
ParameterTypeDescription
cell_namestrName of cell.
rowanyOutput row index
columnanyOutput column index

See Also