Aspose::Cells::WorksheetCollection::Get method

WorksheetCollection::Get(int32_t) method

Gets the Worksheet element at the specified index.

Worksheet Aspose::Cells::WorksheetCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe zero based index of the element.

ReturnValue

The element at the specified index.

See Also

WorksheetCollection::Get(const U16String&) method

Gets the Worksheet element with the specified name.

Worksheet Aspose::Cells::WorksheetCollection::Get(const U16String &sheetName)
ParameterTypeDescription
sheetNameconst U16String&Worksheet name

ReturnValue

The element with the specified name.

See Also

WorksheetCollection::Get(const char16_t*) method

Gets the Worksheet element with the specified name.

Worksheet Aspose::Cells::WorksheetCollection::Get(const char16_t *sheetName)
ParameterTypeDescription
sheetNameconst char16_t*Worksheet name

ReturnValue

The element with the specified name.

See Also