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