Aspose::Cells::WorksheetCollection::GetSheetByCodeName method

WorksheetCollection::GetSheetByCodeName(const U16String&) method

Gets the worksheet by the code name.

Worksheet Aspose::Cells::WorksheetCollection::GetSheetByCodeName(const U16String &codeName)
ParameterTypeDescription
codeNameconst U16String&Worksheet code name.

ReturnValue

The element with the specified code name.

See Also

WorksheetCollection::GetSheetByCodeName(const char16_t*) method

Gets the worksheet by the code name.

Worksheet Aspose::Cells::WorksheetCollection::GetSheetByCodeName(const char16_t *codeName)
ParameterTypeDescription
codeNameconst char16_t*Worksheet code name.

ReturnValue

The element with the specified code name.

See Also