XlsPivotTable
RepeatItemsOnEachPrintedPage Property
|
True if row, column, and item labels appear on the first row of each page when
the specified PivotTable report is printed. False if labels are printed only on
the first page. The default value is True.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool RepeatItemsOnEachPrintedPage { get; set; }
Public Property RepeatItemsOnEachPrintedPage As Boolean
Get
Set
public:
virtual property bool RepeatItemsOnEachPrintedPage {
bool get () sealed;
void set (bool value) sealed;
}
abstract RepeatItemsOnEachPrintedPage : bool with get, set
override RepeatItemsOnEachPrintedPage : bool with get, set
Property Value
Type:
Boolean
Implements
IPivotTable
RepeatItemsOnEachPrintedPage
See Also