IPivotTable
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
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool RepeatItemsOnEachPrintedPage { get; set; }
Property RepeatItemsOnEachPrintedPage As Boolean
Get
Set
property bool RepeatItemsOnEachPrintedPage {
bool get ();
void set (bool value);
}
abstract RepeatItemsOnEachPrintedPage : bool with get, set
Property Value
Type:
Boolean
See Also