row_name_to_index method

row_name_to_index(, row_name)

Gets row index according to row name.

Returns

Row index.


@staticmethod
def row_name_to_index(row_name):
    ...
ParameterTypeDescription
row_namestrRow name.

See Also