Aspose::Cells::VerticalPageBreakCollection::Get method

VerticalPageBreakCollection::Get(int32_t) method

Gets the VerticalPageBreak element at the specified index.

VerticalPageBreak Aspose::Cells::VerticalPageBreakCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe zero based index of the element.

ReturnValue

The element at the specified index.

See Also

VerticalPageBreakCollection::Get(const U16String&) method

Gets the VerticalPageBreak element with the specified cell name.

VerticalPageBreak Aspose::Cells::VerticalPageBreakCollection::Get(const U16String &cellName)
ParameterTypeDescription
cellNameconst U16String&Cell name.

ReturnValue

The element with the specified cell name.

See Also

VerticalPageBreakCollection::Get(const char16_t*) method

Gets the VerticalPageBreak element with the specified cell name.

VerticalPageBreak Aspose::Cells::VerticalPageBreakCollection::Get(const char16_t *cellName)
ParameterTypeDescription
cellNameconst char16_t*Cell name.

ReturnValue

The element with the specified cell name.

See Also