row_index_to_name method

row_index_to_name(, row)

Gets row name according to row index.

Returns

Name of row.


@staticmethod
def row_index_to_name(row):
    ...
ParameterTypeDescription
rowintRow index.

See Also