get_sheet_by_code_name method

get_sheet_by_code_name(self, code_name)

Gets the worksheet by the code name.

Returns

The element with the specified code name.


def get_sheet_by_code_name(self, code_name):
    ...
ParameterTypeDescription
code_nameSystem.StringWorksheet code name.

See Also