PivotField.AutoShow(Int32, Int32, Int32, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
显示指定数据透视表中行字段、页字段或列字段顶部或底部数据项的个数。
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
必需 整数。 所要显示的项的起始位置。 可以是下列两个常量之一:xlTop 或 xlBottom。
- Count
- Int32
必需 整数。 要显示的项数。
- Field
- String
必需的 字符串 。 基础数据字段的名称。 必须指定从属性) 返回 SourceName 的唯一名称 (,而不是显示的名称。