Click or drag to resize

XlsWorksheet VPageBreaks Property

Returns a VPageBreaks collection that represents the vertical page breaks on the sheet. Read-only.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IVPageBreaks VPageBreaks { get; }

Property Value

Type: IVPageBreaks

Implements

IWorksheet VPageBreaks
See Also