Click or drag to resize

XlsPivotTable ColumnsPerPage Property

Specifies the number of columns per page for this PivotTable that the filter area will occupy.

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int ColumnsPerPage { get; set; }

Property Value

Type: Int32

Implements

IPivotTable ColumnsPerPage
See Also