PivotTable.MergeLabels 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果指定的数据透视表的外部行项、列项、分类汇总和总计标志使用合并单元格,则该属性值为 True。 读/写 Boolean。
public:
property bool MergeLabels { bool get(); void set(bool value); };
public bool MergeLabels { get; set; }
Public Property MergeLabels As Boolean