XlsVPageBreaksCollection
Remove Method (IXLSRange)
|
Removes vertical page break.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected IVPageBreak Remove(
IXLSRange location
)
Protected Function Remove (
location As IXLSRange
) As IVPageBreak
protected:
IVPageBreak^ Remove(
IXLSRange^ location
)
member Remove :
location : IXLSRange -> IVPageBreak
Parameters
-
location
-
Type:
Spire.Xls.Core
IXLSRange
Page break location.
Return Value
Type:
IVPageBreak
Page break that was removed from the collection.
See Also