Aspose::Cells::Tables::ListColumnCollection::Get method
Contents
[
Hide
]ListColumnCollection::Get(int32_t) method
Gets the ListColumn by the index.
ListColumn Aspose::Cells::Tables::ListColumnCollection::Get(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | The index. |
ReturnValue
the ListColumn object.
See Also
- Class ListColumn
- Class Vector
- Class ListColumnCollection
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++
ListColumnCollection::Get(const U16String&) method
Gets the ListColumn by the name.
ListColumn Aspose::Cells::Tables::ListColumnCollection::Get(const U16String &name)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The name of the ListColumn |
ReturnValue
The ListColumn object.
See Also
- Class ListColumn
- Class Vector
- Class U16String
- Class ListColumnCollection
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++
ListColumnCollection::Get(const char16_t*) method
Gets the ListColumn by the name.
ListColumn Aspose::Cells::Tables::ListColumnCollection::Get(const char16_t *name)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The name of the ListColumn |
ReturnValue
The ListColumn object.
See Also
- Class ListColumn
- Class Vector
- Class ListColumnCollection
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++