Aspose::Cells::WorksheetCollection::Get method
Contents
[
Hide
]WorksheetCollection::Get(int32_t) method
Gets the Worksheet element at the specified index.
Worksheet Aspose::Cells::WorksheetCollection::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 Worksheet
- Class Vector
- Class WorksheetCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
WorksheetCollection::Get(const U16String&) method
Gets the Worksheet element with the specified name.
Worksheet Aspose::Cells::WorksheetCollection::Get(const U16String &sheetName)
Parameter | Type | Description |
---|---|---|
sheetName | const U16String& | Worksheet name |
ReturnValue
The element with the specified name.
See Also
- Class Worksheet
- Class Vector
- Class U16String
- Class WorksheetCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
WorksheetCollection::Get(const char16_t*) method
Gets the Worksheet element with the specified name.
Worksheet Aspose::Cells::WorksheetCollection::Get(const char16_t *sheetName)
Parameter | Type | Description |
---|---|---|
sheetName | const char16_t* | Worksheet name |
ReturnValue
The element with the specified name.
See Also
- Class Worksheet
- Class Vector
- Class WorksheetCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++