cell_index_to_name method

cell_index_to_name

Gets cell name according to its row and column indexes.

Returns

Name of cell.

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

See Also