Aspose::Cells::NameCollection::Get method

NameCollection::Get(int32_t) method

Gets the Name element at the specified index.

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

ReturnValue

The element at the specified index.

See Also

NameCollection::Get(const U16String&) method

Gets the Name element with the specified name.

Name Aspose::Cells::NameCollection::Get(const U16String &text)
ParameterTypeDescription
textconst U16String&Name text.

ReturnValue

The element with the specified name.

See Also

NameCollection::Get(const char16_t*) method

Gets the Name element with the specified name.

Name Aspose::Cells::NameCollection::Get(const char16_t *text)
ParameterTypeDescription
textconst char16_t*Name text.

ReturnValue

The element with the specified name.

See Also