PivotField.AutoShow(Int32, Int32, Int32, String) 方法

定义

显示指定数据透视表中行字段、页字段或列字段顶部或底部数据项的个数。

public:
 void AutoShow(int Type, int Range, int Count, System::String ^ Field);
public void AutoShow (int Type, int Range, int Count, string Field);
Public Sub AutoShow (Type As Integer, Range As Integer, Count As Integer, Field As String)

参数

Type
Int32

必需 整数。 使用 xlAutomatic 可使指定数据透视表显示与指定条件匹配的项。 使用 xlManual 可禁用此功能。

Range
Int32

必需 整数。 所要显示的项的起始位置。 可以是下列两个常量之一:xlTopxlBottom

Count
Int32

必需 整数。 要显示的项数。

Field
String

必需的 字符串 。 基础数据字段的名称。 必须指定从属性) 返回 SourceName 的唯一名称 (,而不是显示的名称。

适用于