PivotTable.TableStyle 属性

定义

返回或设置数据透视表正文中使用的样式。 默认值为 null 字符串(默认时无样式)。 读/写 String

public:
 property System::String ^ TableStyle { System::String ^ get(); void set(System::String ^ value); };
public string TableStyle { get; set; }
Public Property TableStyle As String

属性值

注解

此样式用作背景区域的默认样式,并且在用户指定格式前起作用。

适用于