XlsPivotTable
MergeLabels Property
|
True if the specified PivotTable report outer-row item,
column item, subtotal, and grand total labels use merged cells.
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 MergeLabels { get; set; }
Public Property MergeLabels As Boolean
Get
Set
public:
property bool MergeLabels {
bool get ();
void set (bool value);
}
member MergeLabels : bool with get, set
Property Value
Type:
Boolean
See Also