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; }
Protected ReadOnly Default Property Item (
location As IXLSRange
) As IVPageBreak
Get
protected:
property IVPageBreak^ default[IXLSRange^ location] {
IVPageBreak^ get (IXLSRange^ location);
}
member Item : IVPageBreak with get
Parameters
-
location
-
Type:
Spire.Xls.Core
IXLSRange
Property Value
Type:
IVPageBreak
See Also