IPivotTableOptions
PrintTitles Property
|
True if the print titles for the worksheet are set based on the PivotTable report.
False if the print titles for the worksheet are used.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool PrintTitles { get; set; }
Property PrintTitles As Boolean
Get
Set
property bool PrintTitles {
bool get ();
void set (bool value);
}
abstract PrintTitles : bool with get, set
Property Value
Type:
Boolean
See Also