XlsHPageBreaksCollection
Remove Method (IXLSRange)
 | 
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
protected IHPageBreak Remove(
	IXLSRange location
)
 
Protected Function Remove ( 
	location As IXLSRange
) As IHPageBreak
 
protected:
IHPageBreak^ Remove(
	IXLSRange^ location
)
 
member Remove : 
location : IXLSRange -> IHPageBreak 
 
 
 
Parameters
- 
location
 
- 
Type:
Spire.Xls.Core
IXLSRange
 
Return Value
Type:
IHPageBreak
 
See Also