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