Click or drag to resize

HPageBreaksCollection Remove Method (CellRange)

Removes the specified cell range from the horizontal page breaks.

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

Parameters

range
Type: Spire.Xls CellRange
The cell range to be removed.
See Also