Click or drag to resize

XlsVPageBreaksCollection Item Property (IXLSRange)

Returns single page break from the collection.

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 this[
	IXLSRange location
] { get; }

Parameters

location
Type: Spire.Xls.Core IXLSRange

Property Value

Type: IVPageBreak
See Also