IPivotTableOptions
MergeLabels Property
|
True if the specified PivotTable report’s outer-row item,
column item, subtotal, and grand total labels use merged cells.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool MergeLabels { get; set; }
Property MergeLabels As Boolean
Get
Set
property bool MergeLabels {
bool get ();
void set (bool value);
}
abstract MergeLabels : bool with get, set
Property Value
Type:
Boolean
See Also