Aspose::Cells::VerticalPageBreakCollection::Add method

VerticalPageBreakCollection::Add(int32_t, int32_t, int32_t) method

Adds a vertical page break to the collection.

int32_t Aspose::Cells::VerticalPageBreakCollection::Add(int32_t startRow, int32_t endRow, int32_t column)
ParameterTypeDescription
startRowint32_tStart row index, zero based.
endRowint32_tEnd row index, zero based.
columnint32_tColumn index, zero based.

ReturnValue

VerticalPageBreak object index.

Remarks

This method is used to add a vertical pagebreak within a print area.

See Also

VerticalPageBreakCollection::Add(int32_t) method

Adds a vertical page break to the collection.

int32_t Aspose::Cells::VerticalPageBreakCollection::Add(int32_t column)
ParameterTypeDescription
columnint32_tCell column index, zero based.

ReturnValue

VerticalPageBreak object index.

Remarks

Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently.

See Also

VerticalPageBreakCollection::Add(int32_t, int32_t) method

Adds a vertical page break to the collection.

int32_t Aspose::Cells::VerticalPageBreakCollection::Add(int32_t row, int32_t column)
ParameterTypeDescription
rowint32_tCell row index, zero based.
columnint32_tCell column index, zero based.

ReturnValue

VerticalPageBreak object index.

Remarks

Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently.

See Also

VerticalPageBreakCollection::Add(const U16String&) method

Adds a vertical page break to the collection.

int32_t Aspose::Cells::VerticalPageBreakCollection::Add(const U16String &cellName)
ParameterTypeDescription
cellNameconst U16String&Cell name.

ReturnValue

VerticalPageBreak object index.

Remarks

Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently.

See Also

VerticalPageBreakCollection::Add(const char16_t*) method

Adds a vertical page break to the collection.

int32_t Aspose::Cells::VerticalPageBreakCollection::Add(const char16_t *cellName)
ParameterTypeDescription
cellNameconst char16_t*Cell name.

ReturnValue

VerticalPageBreak object index.

Remarks

Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently.

See Also