Click or drag to resize

HPageBreaksCollection 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 HPageBreak Add(
	CellRange range
)

Parameters

range
Type: Spire.Xls CellRange
range which new page break inserted.

Return Value

Type: HPageBreak
HPageBreak added.
See Also