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):
    ...
| Parameter | Type | Description | 
|---|---|---|
| code_name | System.String | Worksheet code name. | 
See Also
- module aspose.cells
- class Worksheet
- class WorksheetCollection