Click or drag to resize

VPageBreaksCollection Add Method (CellRange)

Adds a horizontal page break.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public VPageBreak Add(
	CellRange range
)

Parameters

range
Type: Spire.Xls CellRange
Range which a page break need inserted.

Return Value

Type: VPageBreak
See Also