cell_name_to_index method

cell_name_to_index(, cell_name, row, column)

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


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

See Also