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
)
Public Sub Remove (
range As CellRange
)
public:
void Remove(
CellRange^ range
)
member Remove :
range : CellRange -> unit
Parameters
-
range
-
Type:
Spire.Xls
CellRange
The cell range to be removed.
See Also