Aspose::Cells::NameCollection::Get method
Contents
[
Hide
]NameCollection::Get(int32_t) method
Gets the Name element at the specified index.
Name Aspose::Cells::NameCollection::Get(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | The zero based index of the element. |
ReturnValue
The element at the specified index.
See Also
- Class Name
- Class Vector
- Class NameCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
NameCollection::Get(const U16String&) method
Gets the Name element with the specified name.
Name Aspose::Cells::NameCollection::Get(const U16String &text)
Parameter | Type | Description |
---|---|---|
text | const U16String& | Name text. |
ReturnValue
The element with the specified name.
See Also
- Class Name
- Class Vector
- Class U16String
- Class NameCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
NameCollection::Get(const char16_t*) method
Gets the Name element with the specified name.
Name Aspose::Cells::NameCollection::Get(const char16_t *text)
Parameter | Type | Description |
---|---|---|
text | const char16_t* | Name text. |
ReturnValue
The element with the specified name.
See Also
- Class Name
- Class Vector
- Class NameCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++